Html Css Color HEX #CF232B Fire Engine Red

📋 copy color: '#CF232B'

red 207 ◦ green 35 ◦ blue 43

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

Shades of Fire Engine Red #CF232B

Tints of Fire Engine Red #CF232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 72.63%
G = 12.28%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF232B (or 0xCF232B) is known color: Fire Engine Red. HEX triplet: CF, 23 and 2B. RGB value is (207,35,43). Sum of RGB (Red+Green+Blue) = 207+35+43=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF232B is #30DCD4. Grayscale: #575757. Windows color (decimal): -3202261 or 2827215. OLE color: 2827215.

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

Color convert

RGB 207 35 43 -
CMYK 0 0.83 0.79 0.19
HSL 357.21º 0.71% 0.47% -
HSV(B) 357.21º 0.83% 0.81% -
XYZ 26.77 14.64 3.7 -
YUV 87.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 207 35 43 0 0.83 0.79 0.19 357.21 0.71 0.47
Hex CF 23 2B 0 53 4F 13 165 47 2F
Octal 317 43 53 0 123 117 23 545 107 57
Binary 11001111 100011 101011 0 1010011 1001111 10011 101100101 1000111 101111

Color Harmonies of #CF232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF232B

Black with #CF232B

Text Example


Text Example

White with #CF232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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