Html Css Color HEX #CF2325 Fire Engine Red

📋 copy color: '#CF2325'

red 207 ◦ green 35 ◦ blue 37

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

Shades of Fire Engine Red #CF2325

Tints of Fire Engine Red #CF2325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.26%

R = 74.19%
G = 12.54%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF2325 (or 0xCF2325) is known color: Fire Engine Red. HEX triplet: CF, 23 and 25. RGB value is (207,35,37). Sum of RGB (Red+Green+Blue) = 207+35+37=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2325 is #30DCDA. Grayscale: #565656. Windows color (decimal): -3202267 or 2433999. OLE color: 2433999.

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

Color convert

RGB 207 35 37 -
CMYK 0 0.83 0.82 0.19
HSL 359.3º 0.71% 0.47% -
HSV(B) 359.3º 0.83% 0.81% -
XYZ 26.67 14.6 3.16 -
YUV 86.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 207 35 37 0 0.83 0.82 0.19 359.3 0.71 0.47
Hex CF 23 25 0 53 52 13 167 47 2F
Octal 317 43 45 0 123 122 23 547 107 57
Binary 11001111 100011 100101 0 1010011 1010010 10011 101100111 1000111 101111

Color Harmonies of #CF2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2325

Black with #CF2325

Text Example


Text Example

White with #CF2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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