Html Css Color HEX #CE121B Fire Engine Red

📋 copy color: '#CE121B'

red 206 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #CE121B

Tints of Fire Engine Red #CE121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 82.07%
G = 7.17%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE121B (or 0xCE121B) is known color: Fire Engine Red. HEX triplet: CE, 12 and 1B. RGB value is (206,18,27). Sum of RGB (Red+Green+Blue) = 206+18+27=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE121B is #31EDE4. Grayscale: #4B4B4B. Windows color (decimal): -3272165 or 1774286. OLE color: 1774286.

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

Color convert

RGB 206 18 27 -
CMYK 0 0.91 0.87 0.19
HSL 357.13º 0.84% 0.44% -
HSV(B) 357.13º 0.91% 0.81% -
XYZ 25.87 13.63 2.31 -
YUV 75.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 206 18 27 0 0.91 0.87 0.19 357.13 0.84 0.44
Hex CE 12 1B 0 5B 57 13 165 54 2C
Octal 316 22 33 0 133 127 23 545 124 54
Binary 11001110 10010 11011 0 1011011 1010111 10011 101100101 1010100 101100

Color Harmonies of #CE121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE121B

Black with #CE121B

Text Example


Text Example

White with #CE121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE121B; }

 p { color: rgb(206,18,27); }

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

background-color css

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

 a { background-color: rgb(206,18,27); }

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

border-color css

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

 span { border-color: rgb(206,18,27); }

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