Html Css Color HEX #CE0724 Fire Engine Red

📋 copy color: '#CE0724'

red 206 ◦ green 7 ◦ blue 36

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

Shades of Fire Engine Red #CE0724

Tints of Fire Engine Red #CE0724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 82.73%
G = 2.81%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE0724 (or 0xCE0724) is known color: Fire Engine Red. HEX triplet: CE, 07 and 24. RGB value is (206,7,36). Sum of RGB (Red+Green+Blue) = 206+7+36=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0724 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0724 is #31F8DB. Grayscale: #454545. Windows color (decimal): -3274972 or 2361294. OLE color: 2361294.

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

Color convert

RGB 206 7 36 -
CMYK 0 0.97 0.83 0.19
HSL 351.26º 0.93% 0.42% -
HSV(B) 351.26º 0.97% 0.81% -
XYZ 25.85 13.4 2.89 -
YUV 69.81 108.93 225.14 -
System Red Green Blue C M Y K H S L
Decimal 206 7 36 0 0.97 0.83 0.19 351.26 0.93 0.42
Hex CE 7 24 0 61 53 13 15F 5D 2A
Octal 316 7 44 0 141 123 23 537 135 52
Binary 11001110 111 100100 0 1100001 1010011 10011 101011111 1011101 101010

Color Harmonies of #CE0724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0724

Black with #CE0724

Text Example


Text Example

White with #CE0724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0724; }

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

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

background-color css

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

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

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

border-color css

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

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

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