Html Css Color HEX #CE1428 Fire Engine Red

📋 copy color: '#CE1428'

red 206 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #CE1428

Tints of Fire Engine Red #CE1428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 77.44%
G = 7.52%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1428 (or 0xCE1428) is known color: Fire Engine Red. HEX triplet: CE, 14 and 28. RGB value is (206,20,40). Sum of RGB (Red+Green+Blue) = 206+20+40=266 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.44% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1428 is #31EBD7. Grayscale: #4E4E4E. Windows color (decimal): -3271640 or 2626766. OLE color: 2626766.

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

Color convert

RGB 206 20 40 -
CMYK 0 0.90 0.81 0.19
HSL 353.55º 0.82% 0.44% -
HSV(B) 353.55º 0.9% 0.81% -
XYZ 26.09 13.78 3.29 -
YUV 77.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 206 20 40 0 0.90 0.81 0.19 353.55 0.82 0.44
Hex CE 14 28 0 5A 51 13 162 52 2C
Octal 316 24 50 0 132 121 23 542 122 54
Binary 11001110 10100 101000 0 1011010 1010001 10011 101100010 1010010 101100

Color Harmonies of #CE1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1428

Black with #CE1428

Text Example


Text Example

White with #CE1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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