Html Css Color HEX #CE1420 Fire Engine Red

📋 copy color: '#CE1420'

red 206 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #CE1420

Tints of Fire Engine Red #CE1420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 79.84%
G = 7.75%
B = 12.4%

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

#CE1420 (or 0xCE1420) is known color: Fire Engine Red. HEX triplet: CE, 14 and 20. RGB value is (206,20,32). Sum of RGB (Red+Green+Blue) = 206+20+32=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1420 is #31EBDF. Grayscale: #4D4D4D. Windows color (decimal): -3271648 or 2102478. OLE color: 2102478.

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

Color convert

RGB 206 20 32 -
CMYK 0 0.90 0.84 0.19
HSL 356.13º 0.82% 0.44% -
HSV(B) 356.13º 0.9% 0.81% -
XYZ 25.96 13.73 2.65 -
YUV 76.98 102.62 220.02 -
System Red Green Blue C M Y K H S L
Decimal 206 20 32 0 0.90 0.84 0.19 356.13 0.82 0.44
Hex CE 14 20 0 5A 54 13 164 52 2C
Octal 316 24 40 0 132 124 23 544 122 54
Binary 11001110 10100 100000 0 1011010 1010100 10011 101100100 1010010 101100

Color Harmonies of #CE1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1420

Black with #CE1420

Text Example


Text Example

White with #CE1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1420; }

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

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

background-color css

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

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

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

border-color css

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

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

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