Html Css Color HEX #CE1D28 Fire Engine Red

📋 copy color: '#CE1D28'

red 206 ◦ green 29 ◦ blue 40

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

Shades of Fire Engine Red #CE1D28

Tints of Fire Engine Red #CE1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

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

R = 74.91%
G = 10.55%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1D28 (or 0xCE1D28) is known color: Fire Engine Red. HEX triplet: CE, 1D and 28. RGB value is (206,29,40). Sum of RGB (Red+Green+Blue) = 206+29+40=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D28 is #31E2D7. Grayscale: #535353. Windows color (decimal): -3269336 or 2629070. OLE color: 2629070.

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

Color convert

RGB 206 29 40 -
CMYK 0 0.86 0.81 0.19
HSL 356.27º 0.75% 0.46% -
HSV(B) 356.27º 0.86% 0.81% -
XYZ 26.28 14.15 3.35 -
YUV 83.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 206 29 40 0 0.86 0.81 0.19 356.27 0.75 0.46
Hex CE 1D 28 0 56 51 13 164 4B 2E
Octal 316 35 50 0 126 121 23 544 113 56
Binary 11001110 11101 101000 0 1010110 1010001 10011 101100100 1001011 101110

Color Harmonies of #CE1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D28

Black with #CE1D28

Text Example


Text Example

White with #CE1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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