Html Css Color HEX #CE2324 Fire Engine Red

📋 copy color: '#CE2324'

red 206 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #CE2324

Tints of Fire Engine Red #CE2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 74.37%
G = 12.64%
B = 13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE2324 (or 0xCE2324) is known color: Fire Engine Red. HEX triplet: CE, 23 and 24. RGB value is (206,35,36). Sum of RGB (Red+Green+Blue) = 206+35+36=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2324 is #31DCDB. Grayscale: #565656. Windows color (decimal): -3267804 or 2368462. OLE color: 2368462.

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

Color convert

RGB 206 35 36 -
CMYK 0 0.83 0.83 0.19
HSL 359.65º 0.71% 0.47% -
HSV(B) 359.65º 0.83% 0.81% -
XYZ 26.37 14.45 3.07 -
YUV 86.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 206 35 36 0 0.83 0.83 0.19 359.65 0.71 0.47
Hex CE 23 24 0 53 53 13 168 47 2F
Octal 316 43 44 0 123 123 23 550 107 57
Binary 11001110 100011 100100 0 1010011 1010011 10011 101101000 1000111 101111

Color Harmonies of #CE2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2324

Black with #CE2324

Text Example


Text Example

White with #CE2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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