Html Css Color HEX #CE1421 Fire Engine Red

📋 copy color: '#CE1421'

red 206 ◦ green 20 ◦ blue 33

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

Shades of Fire Engine Red #CE1421

Tints of Fire Engine Red #CE1421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.72%

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

R = 79.54%
G = 7.72%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE1421 (or 0xCE1421) is known color: Fire Engine Red. HEX triplet: CE, 14 and 21. RGB value is (206,20,33). Sum of RGB (Red+Green+Blue) = 206+20+33=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1421 is #31EBDE. Grayscale: #4D4D4D. Windows color (decimal): -3271647 or 2168014. OLE color: 2168014.

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

Color convert

RGB 206 20 33 -
CMYK 0 0.90 0.84 0.19
HSL 355.81º 0.82% 0.44% -
HSV(B) 355.81º 0.9% 0.81% -
XYZ 25.98 13.73 2.72 -
YUV 77.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 206 20 33 0 0.90 0.84 0.19 355.81 0.82 0.44
Hex CE 14 21 0 5A 54 13 164 52 2C
Octal 316 24 41 0 132 124 23 544 122 54
Binary 11001110 10100 100001 0 1011010 1010100 10011 101100100 1010010 101100

Color Harmonies of #CE1421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1421

Black with #CE1421

Text Example


Text Example

White with #CE1421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1421; }

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

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

background-color css

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

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

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

border-color css

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

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

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