Html Css Color HEX #CF1428 Fire Engine Red

📋 copy color: '#CF1428'

red 207 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #CF1428

Tints of Fire Engine Red #CF1428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 77.53%
G = 7.49%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF1428 (or 0xCF1428) is known color: Fire Engine Red. HEX triplet: CF, 14 and 28. RGB value is (207,20,40). Sum of RGB (Red+Green+Blue) = 207+20+40=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1428 is #30EBD7. Grayscale: #4E4E4E. Windows color (decimal): -3206104 or 2626767. OLE color: 2626767.

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

Color convert

RGB 207 20 40 -
CMYK 0 0.90 0.81 0.19
HSL 353.58º 0.82% 0.45% -
HSV(B) 353.58º 0.9% 0.81% -
XYZ 26.37 13.92 3.3 -
YUV 78.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 207 20 40 0 0.90 0.81 0.19 353.58 0.82 0.45
Hex CF 14 28 0 5A 51 13 162 52 2D
Octal 317 24 50 0 132 121 23 542 122 55
Binary 11001111 10100 101000 0 1011010 1010001 10011 101100010 1010010 101101

Color Harmonies of #CF1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1428

Black with #CF1428

Text Example


Text Example

White with #CF1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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