Html Css Color HEX #CF1125 Fire Engine Red

📋 copy color: '#CF1125'

red 207 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #CF1125

Tints of Fire Engine Red #CF1125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.51%

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

R = 79.31%
G = 6.51%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF1125 (or 0xCF1125) is known color: Fire Engine Red. HEX triplet: CF, 11 and 25. RGB value is (207,17,37). Sum of RGB (Red+Green+Blue) = 207+17+37=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1125 is #30EEDA. Grayscale: #4C4C4C. Windows color (decimal): -3206875 or 2429391. OLE color: 2429391.

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

Color convert

RGB 207 17 37 -
CMYK 0 0.92 0.82 0.19
HSL 353.68º 0.85% 0.44% -
HSV(B) 353.68º 0.92% 0.81% -
XYZ 26.27 13.8 3.03 -
YUV 76.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 207 17 37 0 0.92 0.82 0.19 353.68 0.85 0.44
Hex CF 11 25 0 5C 52 13 162 55 2C
Octal 317 21 45 0 134 122 23 542 125 54
Binary 11001111 10001 100101 0 1011100 1010010 10011 101100010 1010101 101100

Color Harmonies of #CF1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1125

Black with #CF1125

Text Example


Text Example

White with #CF1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1125; }

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

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

background-color css

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

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

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

border-color css

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

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

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