Html Css Color HEX #CF2324 Fire Engine Red

📋 copy color: '#CF2324'

red 207 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #CF2324

Tints of Fire Engine Red #CF2324

RGB

 RED value IS 207 (81.25% from 255) = 74.46%

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

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

R = 74.46%
G = 12.59%
B = 12.95%

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

#CF2324 (or 0xCF2324) is known color: Fire Engine Red. HEX triplet: CF, 23 and 24. RGB value is (207,35,36). Sum of RGB (Red+Green+Blue) = 207+35+36=278 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.46% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2324 is #30DCDB. Grayscale: #565656. Windows color (decimal): -3202268 or 2368463. OLE color: 2368463.

HSL color Cylindrical-coordinate representation of color #CF2324: 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 #CF2324 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 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.65 14.59 3.08 -
YUV 86.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 207 35 36 0 0.83 0.83 0.19 359.65 0.71 0.47
Hex CF 23 24 0 53 53 13 168 47 2F
Octal 317 43 44 0 123 123 23 550 107 57
Binary 11001111 100011 100100 0 1010011 1010011 10011 101101000 1000111 101111

Color Harmonies of #CF2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2324

Black with #CF2324

Text Example


Text Example

White with #CF2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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