Html Css Color HEX #CF1E28 Fire Engine Red

📋 copy color: '#CF1E28'

red 207 ◦ green 30 ◦ blue 40

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

Shades of Fire Engine Red #CF1E28

Tints of Fire Engine Red #CF1E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 74.73%
G = 10.83%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1E28 (or 0xCF1E28) is known color: Fire Engine Red. HEX triplet: CF, 1E and 28. RGB value is (207,30,40). Sum of RGB (Red+Green+Blue) = 207+30+40=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1E28 is #30E1D7. Grayscale: #545454. Windows color (decimal): -3203544 or 2629327. OLE color: 2629327.

HSL color Cylindrical-coordinate representation of color #CF1E28: hue angle of 356.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1E28 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 30 40 -
CMYK 0 0.86 0.81 0.19
HSL 356.61º 0.75% 0.46% -
HSV(B) 356.61º 0.86% 0.81% -
XYZ 26.58 14.35 3.38 -
YUV 84.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 207 30 40 0 0.86 0.81 0.19 356.61 0.75 0.46
Hex CF 1E 28 0 56 51 13 165 4B 2E
Octal 317 36 50 0 126 121 23 545 113 56
Binary 11001111 11110 101000 0 1010110 1010001 10011 101100101 1001011 101110

Color Harmonies of #CF1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1E28

Black with #CF1E28

Text Example


Text Example

White with #CF1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1E28; }

 p { color: rgb(207,30,40); }

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

background-color css

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

 a { background-color: rgb(207,30,40); }

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

border-color css

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

 span { border-color: rgb(207,30,40); }

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