Html Css Color HEX #CE1027 Fire Engine Red

📋 copy color: '#CE1027'

red 206 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #CE1027

Tints of Fire Engine Red #CE1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 39 (15.63% from 255) = 14.94%

R = 78.93%
G = 6.13%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE1027 (or 0xCE1027) is known color: Fire Engine Red. HEX triplet: CE, 10 and 27. RGB value is (206,16,39). Sum of RGB (Red+Green+Blue) = 206+16+39=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1027 is #31EFD8. Grayscale: #4B4B4B. Windows color (decimal): -3272665 or 2560206. OLE color: 2560206.

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

Color convert

RGB 206 16 39 -
CMYK 0 0.92 0.81 0.19
HSL 352.74º 0.86% 0.44% -
HSV(B) 352.74º 0.92% 0.81% -
XYZ 26.01 13.64 3.18 -
YUV 75.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 206 16 39 0 0.92 0.81 0.19 352.74 0.86 0.44
Hex CE 10 27 0 5C 51 13 161 56 2C
Octal 316 20 47 0 134 121 23 541 126 54
Binary 11001110 10000 100111 0 1011100 1010001 10011 101100001 1010110 101100

Color Harmonies of #CE1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1027

Black with #CE1027

Text Example


Text Example

White with #CE1027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1027; }

 p { color: rgb(206,16,39); }

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

background-color css

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

 a { background-color: rgb(206,16,39); }

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

border-color css

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

 span { border-color: rgb(206,16,39); }

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