Html Css Color HEX #CE0926 Fire Engine Red

📋 copy color: '#CE0926'

red 206 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #CE0926

Tints of Fire Engine Red #CE0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.02%

R = 81.42%
G = 3.56%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0926 (or 0xCE0926) is known color: Fire Engine Red. HEX triplet: CE, 09 and 26. RGB value is (206,9,38). Sum of RGB (Red+Green+Blue) = 206+9+38=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0926 is #31F6D9. Grayscale: #474747. Windows color (decimal): -3274458 or 2492878. OLE color: 2492878.

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

Color convert

RGB 206 9 38 -
CMYK 0 0.96 0.82 0.19
HSL 351.17º 0.92% 0.42% -
HSV(B) 351.17º 0.96% 0.81% -
XYZ 25.9 13.46 3.07 -
YUV 71.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 206 9 38 0 0.96 0.82 0.19 351.17 0.92 0.42
Hex CE 9 26 0 60 52 13 15F 5C 2A
Octal 316 11 46 0 140 122 23 537 134 52
Binary 11001110 1001 100110 0 1100000 1010010 10011 101011111 1011100 101010

Color Harmonies of #CE0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0926

Black with #CE0926

Text Example


Text Example

White with #CE0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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