Html Css Color HEX #CF0D25 Fire Engine Red

📋 copy color: '#CF0D25'

red 207 ◦ green 13 ◦ blue 37

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

Shades of Fire Engine Red #CF0D25

Tints of Fire Engine Red #CF0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

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

R = 80.54%
G = 5.06%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF0D25 (or 0xCF0D25) is known color: Fire Engine Red. HEX triplet: CF, 0D and 25. RGB value is (207,13,37). Sum of RGB (Red+Green+Blue) = 207+13+37=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D25 is #30F2DA. Grayscale: #494949. Windows color (decimal): -3207899 or 2428367. OLE color: 2428367.

HSL color Cylindrical-coordinate representation of color #CF0D25: hue angle of 352.58º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D25 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 37 -
CMYK 0 0.94 0.82 0.19
HSL 352.58º 0.88% 0.43% -
HSV(B) 352.58º 0.94% 0.81% -
XYZ 26.21 13.69 3.01 -
YUV 73.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 207 13 37 0 0.94 0.82 0.19 352.58 0.88 0.43
Hex CF D 25 0 5E 52 13 161 58 2B
Octal 317 15 45 0 136 122 23 541 130 53
Binary 11001111 1101 100101 0 1011110 1010010 10011 101100001 1011000 101011

Color Harmonies of #CF0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D25

Black with #CF0D25

Text Example


Text Example

White with #CF0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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