Html Css Color HEX #CF2628 Fire Engine Red

📋 copy color: '#CF2628'

red 207 ◦ green 38 ◦ blue 40

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

Shades of Fire Engine Red #CF2628

Tints of Fire Engine Red #CF2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

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

R = 72.63%
G = 13.33%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2628 (or 0xCF2628) is known color: Fire Engine Red. HEX triplet: CF, 26 and 28. RGB value is (207,38,40). Sum of RGB (Red+Green+Blue) = 207+38+40=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2628 is #30D9D7. Grayscale: #585858. Windows color (decimal): -3201496 or 2631375. OLE color: 2631375.

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

Color convert

RGB 207 38 40 -
CMYK 0 0.82 0.81 0.19
HSL 359.29º 0.69% 0.48% -
HSV(B) 359.29º 0.82% 0.81% -
XYZ 26.81 14.8 3.45 -
YUV 88.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 207 38 40 0 0.82 0.81 0.19 359.29 0.69 0.48
Hex CF 26 28 0 52 51 13 167 45 30
Octal 317 46 50 0 122 121 23 547 105 60
Binary 11001111 100110 101000 0 1010010 1010001 10011 101100111 1000101 110000

Color Harmonies of #CF2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2628

Black with #CF2628

Text Example


Text Example

White with #CF2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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