Html Css Color HEX #CE121E Fire Engine Red

📋 copy color: '#CE121E'

red 206 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #CE121E

Tints of Fire Engine Red #CE121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 81.1%
G = 7.09%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE121E (or 0xCE121E) is known color: Fire Engine Red. HEX triplet: CE, 12 and 1E. RGB value is (206,18,30). Sum of RGB (Red+Green+Blue) = 206+18+30=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE121E is #31EDE1. Grayscale: #4B4B4B. Windows color (decimal): -3272162 or 1970894. OLE color: 1970894.

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

Color convert

RGB 206 18 30 -
CMYK 0 0.91 0.85 0.19
HSL 356.17º 0.84% 0.44% -
HSV(B) 356.17º 0.91% 0.81% -
XYZ 25.9 13.65 2.5 -
YUV 75.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 206 18 30 0 0.91 0.85 0.19 356.17 0.84 0.44
Hex CE 12 1E 0 5B 55 13 164 54 2C
Octal 316 22 36 0 133 125 23 544 124 54
Binary 11001110 10010 11110 0 1011011 1010101 10011 101100100 1010100 101100

Color Harmonies of #CE121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE121E

Black with #CE121E

Text Example


Text Example

White with #CE121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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