Html Css Color HEX #CE2428 Fire Engine Red

📋 copy color: '#CE2428'

red 206 ◦ green 36 ◦ blue 40

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

Shades of Fire Engine Red #CE2428

Tints of Fire Engine Red #CE2428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

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

R = 73.05%
G = 12.77%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2428 (or 0xCE2428) is known color: Fire Engine Red. HEX triplet: CE, 24 and 28. RGB value is (206,36,40). Sum of RGB (Red+Green+Blue) = 206+36+40=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2428 is #31DBD7. Grayscale: #575757. Windows color (decimal): -3267544 or 2630862. OLE color: 2630862.

HSL color Cylindrical-coordinate representation of color #CE2428: hue angle of 358.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2428 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 40 -
CMYK 0 0.83 0.81 0.19
HSL 358.59º 0.7% 0.47% -
HSV(B) 358.59º 0.83% 0.81% -
XYZ 26.47 14.54 3.42 -
YUV 87.29 101.32 212.67 -
System Red Green Blue C M Y K H S L
Decimal 206 36 40 0 0.83 0.81 0.19 358.59 0.7 0.47
Hex CE 24 28 0 53 51 13 167 46 2F
Octal 316 44 50 0 123 121 23 547 106 57
Binary 11001110 100100 101000 0 1010011 1010001 10011 101100111 1000110 101111

Color Harmonies of #CE2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2428

Black with #CE2428

Text Example


Text Example

White with #CE2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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