Html Css Color HEX #CE0927 Fire Engine Red

📋 copy color: '#CE0927'

red 206 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #CE0927

Tints of Fire Engine Red #CE0927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 81.1%
G = 3.54%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CE0927 (or 0xCE0927) is known color: Fire Engine Red. HEX triplet: CE, 09 and 27. RGB value is (206,9,39). Sum of RGB (Red+Green+Blue) = 206+9+39=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0927 is #31F6D8. Grayscale: #474747. Windows color (decimal): -3274457 or 2558414. OLE color: 2558414.

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

Color convert

RGB 206 9 39 -
CMYK 0 0.96 0.81 0.19
HSL 350.86º 0.92% 0.42% -
HSV(B) 350.86º 0.96% 0.81% -
XYZ 25.92 13.46 3.15 -
YUV 71.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 206 9 39 0 0.96 0.81 0.19 350.86 0.92 0.42
Hex CE 9 27 0 60 51 13 15F 5C 2A
Octal 316 11 47 0 140 121 23 537 134 52
Binary 11001110 1001 100111 0 1100000 1010001 10011 101011111 1011100 101010

Color Harmonies of #CE0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0927

Black with #CE0927

Text Example


Text Example

White with #CE0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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