Html Css Color HEX #CF1628 Fire Engine Red

📋 copy color: '#CF1628'

red 207 ◦ green 22 ◦ blue 40

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

Shades of Fire Engine Red #CF1628

Tints of Fire Engine Red #CF1628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 76.95%
G = 8.18%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1628 (or 0xCF1628) is known color: Fire Engine Red. HEX triplet: CF, 16 and 28. RGB value is (207,22,40). Sum of RGB (Red+Green+Blue) = 207+22+40=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1628 is #30E9D7. Grayscale: #4F4F4F. Windows color (decimal): -3205592 or 2627279. OLE color: 2627279.

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

Color convert

RGB 207 22 40 -
CMYK 0 0.89 0.81 0.19
HSL 354.16º 0.81% 0.45% -
HSV(B) 354.16º 0.89% 0.81% -
XYZ 26.4 13.99 3.32 -
YUV 79.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 207 22 40 0 0.89 0.81 0.19 354.16 0.81 0.45
Hex CF 16 28 0 59 51 13 162 51 2D
Octal 317 26 50 0 131 121 23 542 121 55
Binary 11001111 10110 101000 0 1011001 1010001 10011 101100010 1010001 101101

Color Harmonies of #CF1628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1628

Black with #CF1628

Text Example


Text Example

White with #CF1628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1628; }

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

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

background-color css

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

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

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

border-color css

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

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

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