Html Css Color HEX #CE093A Crimson

📋 copy color: '#CE093A'

red 206 ◦ green 9 ◦ blue 58

#CE093A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CE093A

Tints of Crimson #CE093A

RGB

 RED value IS 206 (80.86% from 255) = 75.46%

 GREEN value IS 9 (3.91% from 255) = 3.3%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 75.46%
G = 3.3%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE093A (or 0xCE093A) is known color: Crimson. HEX triplet: CE, 09 and 3A. RGB value is (206,9,58). Sum of RGB (Red+Green+Blue) = 206+9+58=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE093A is #31F6C5. Grayscale: #494949. Windows color (decimal): -3274438 or 3803598. OLE color: 3803598.

HSL color Cylindrical-coordinate representation of color #CE093A: hue angle of 345.08º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE093A is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 58 -
CMYK 0 0.96 0.72 0.19
HSL 345.08º 0.92% 0.42% -
HSV(B) 345.08º 0.96% 0.81% -
XYZ 26.32 13.62 5.25 -
YUV 73.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 206 9 58 0 0.96 0.72 0.19 345.08 0.92 0.42
Hex CE 9 3A 0 60 48 13 159 5C 2A
Octal 316 11 72 0 140 110 23 531 134 52
Binary 11001110 1001 111010 0 1100000 1001000 10011 101011001 1011100 101010

Color Harmonies of #CE093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE093A

Black with #CE093A

Text Example


Text Example

White with #CE093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE093A; }

 p { color: rgb(206,9,58); }

 H1.HeaderClassName
 {
   color: #CE093A;
 }
 .AnyTagClassName
 {
   color: #CE093A;
 }
</style>

background-color css

<style>
 a { background-color: #CE093A; }

 a { background-color: rgb(206,9,58); }

 div.DivClassName
 {
   background-color: #CE093A;
 }
 .BgClassName
 {
   background-color: #CE093A;
 }
</style>

border-color css

<style>
 span { border-color: #CE093A; }

 span { border-color: rgb(206,9,58); }

 td.TdClassName
 {
   border-color: #CE093A;
 }
 .TagClassName
 {
   border-color: #CE093A;
 }
</style>