Html Css Color HEX #CE2028 Fire Engine Red

📋 copy color: '#CE2028'

red 206 ◦ green 32 ◦ blue 40

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

Shades of Fire Engine Red #CE2028

Tints of Fire Engine Red #CE2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 74.1%
G = 11.51%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE2028 (or 0xCE2028) is known color: Fire Engine Red. HEX triplet: CE, 20 and 28. RGB value is (206,32,40). Sum of RGB (Red+Green+Blue) = 206+32+40=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2028 is #31DFD7. Grayscale: #555555. Windows color (decimal): -3268568 or 2629838. OLE color: 2629838.

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

Color convert

RGB 206 32 40 -
CMYK 0 0.84 0.81 0.19
HSL 357.24º 0.73% 0.47% -
HSV(B) 357.24º 0.84% 0.81% -
XYZ 26.35 14.31 3.38 -
YUV 84.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 206 32 40 0 0.84 0.81 0.19 357.24 0.73 0.47
Hex CE 20 28 0 54 51 13 165 49 2F
Octal 316 40 50 0 124 121 23 545 111 57
Binary 11001110 100000 101000 0 1010100 1010001 10011 101100101 1001001 101111

Color Harmonies of #CE2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2028

Black with #CE2028

Text Example


Text Example

White with #CE2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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