Html Css Color HEX #CF232E Fire Engine Red

📋 copy color: '#CF232E'

red 207 ◦ green 35 ◦ blue 46

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

Shades of Fire Engine Red #CF232E

Tints of Fire Engine Red #CF232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 71.88%
G = 12.15%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF232E (or 0xCF232E) is known color: Fire Engine Red. HEX triplet: CF, 23 and 2E. RGB value is (207,35,46). Sum of RGB (Red+Green+Blue) = 207+35+46=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF232E is #30DCD1. Grayscale: #575757. Windows color (decimal): -3202258 or 3023823. OLE color: 3023823.

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

Color convert

RGB 207 35 46 -
CMYK 0 0.83 0.78 0.19
HSL 356.16º 0.71% 0.47% -
HSV(B) 356.16º 0.83% 0.81% -
XYZ 26.83 14.66 4 -
YUV 87.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 207 35 46 0 0.83 0.78 0.19 356.16 0.71 0.47
Hex CF 23 2E 0 53 4E 13 164 47 2F
Octal 317 43 56 0 123 116 23 544 107 57
Binary 11001111 100011 101110 0 1010011 1001110 10011 101100100 1000111 101111

Color Harmonies of #CF232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF232E

Black with #CF232E

Text Example


Text Example

White with #CF232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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