Html Css Color HEX #CE092C Fire Engine Red

📋 copy color: '#CE092C'

red 206 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #CE092C

Tints of Fire Engine Red #CE092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.99%

R = 79.54%
G = 3.47%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE092C (or 0xCE092C) is known color: Fire Engine Red. HEX triplet: CE, 09 and 2C. RGB value is (206,9,44). Sum of RGB (Red+Green+Blue) = 206+9+44=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE092C is #31F6D3. Grayscale: #474747. Windows color (decimal): -3274452 or 2886094. OLE color: 2886094.

HSL color Cylindrical-coordinate representation of color #CE092C: hue angle of 349.34º 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 #CE092C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 9 44 -
CMYK 0 0.96 0.79 0.19
HSL 349.34º 0.92% 0.42% -
HSV(B) 349.34º 0.96% 0.81% -
XYZ 26.01 13.5 3.62 -
YUV 71.89 112.27 223.65 -
System Red Green Blue C M Y K H S L
Decimal 206 9 44 0 0.96 0.79 0.19 349.34 0.92 0.42
Hex CE 9 2C 0 60 4F 13 15D 5C 2A
Octal 316 11 54 0 140 117 23 535 134 52
Binary 11001110 1001 101100 0 1100000 1001111 10011 101011101 1011100 101010

Color Harmonies of #CE092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE092C

Black with #CE092C

Text Example


Text Example

White with #CE092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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