Html Css Color HEX #CF2329 Fire Engine Red

📋 copy color: '#CF2329'

red 207 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #CF2329

Tints of Fire Engine Red #CF2329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 73.14%
G = 12.37%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CF2329 (or 0xCF2329) is known color: Fire Engine Red. HEX triplet: CF, 23 and 29. RGB value is (207,35,41). Sum of RGB (Red+Green+Blue) = 207+35+41=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 35 (14.06% from 255 or 12.37% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2329 is #30DCD6. Grayscale: #575757. Windows color (decimal): -3202263 or 2696143. OLE color: 2696143.

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

Color convert

RGB 207 35 41 -
CMYK 0 0.83 0.80 0.19
HSL 357.91º 0.71% 0.47% -
HSV(B) 357.91º 0.83% 0.81% -
XYZ 26.73 14.63 3.51 -
YUV 87.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 207 35 41 0 0.83 0.80 0.19 357.91 0.71 0.47
Hex CF 23 29 0 53 50 13 166 47 2F
Octal 317 43 51 0 123 120 23 546 107 57
Binary 11001111 100011 101001 0 1010011 1010000 10011 101100110 1000111 101111

Color Harmonies of #CF2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2329

Black with #CF2329

Text Example


Text Example

White with #CF2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2329; }

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

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

background-color css

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

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

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

border-color css

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

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

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