Html Css Color HEX #CE0B21 Fire Engine Red

📋 copy color: '#CE0B21'

red 206 ◦ green 11 ◦ blue 33

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

Shades of Fire Engine Red #CE0B21

Tints of Fire Engine Red #CE0B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 82.4%
G = 4.4%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE0B21 (or 0xCE0B21) is known color: Fire Engine Red. HEX triplet: CE, 0B and 21. RGB value is (206,11,33). Sum of RGB (Red+Green+Blue) = 206+11+33=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B21 is #31F4DE. Grayscale: #474747. Windows color (decimal): -3273951 or 2165710. OLE color: 2165710.

HSL color Cylindrical-coordinate representation of color #CE0B21: hue angle of 353.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B21 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 33 -
CMYK 0 0.95 0.84 0.19
HSL 353.23º 0.9% 0.43% -
HSV(B) 353.23º 0.95% 0.81% -
XYZ 25.85 13.47 2.68 -
YUV 71.81 106.1 223.71 -
System Red Green Blue C M Y K H S L
Decimal 206 11 33 0 0.95 0.84 0.19 353.23 0.9 0.43
Hex CE B 21 0 5F 54 13 161 5A 2B
Octal 316 13 41 0 137 124 23 541 132 53
Binary 11001110 1011 100001 0 1011111 1010100 10011 101100001 1011010 101011

Color Harmonies of #CE0B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B21

Black with #CE0B21

Text Example


Text Example

White with #CE0B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B21; }

 p { color: rgb(206,11,33); }

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

background-color css

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

 a { background-color: rgb(206,11,33); }

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

border-color css

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

 span { border-color: rgb(206,11,33); }

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