Html Css Color HEX #CF1528 Fire Engine Red

📋 copy color: '#CF1528'

red 207 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #CF1528

Tints of Fire Engine Red #CF1528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 77.24%
G = 7.84%
B = 14.93%

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

#CF1528 (or 0xCF1528) is known color: Fire Engine Red. HEX triplet: CF, 15 and 28. RGB value is (207,21,40). Sum of RGB (Red+Green+Blue) = 207+21+40=268 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.24% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1528 is #30EAD7. Grayscale: #4E4E4E. Windows color (decimal): -3205848 or 2627023. OLE color: 2627023.

HSL color Cylindrical-coordinate representation of color #CF1528: hue angle of 353.87º 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 #CF1528 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 40 -
CMYK 0 0.90 0.81 0.19
HSL 353.87º 0.82% 0.45% -
HSV(B) 353.87º 0.9% 0.81% -
XYZ 26.38 13.95 3.31 -
YUV 78.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 207 21 40 0 0.90 0.81 0.19 353.87 0.82 0.45
Hex CF 15 28 0 5A 51 13 162 52 2D
Octal 317 25 50 0 132 121 23 542 122 55
Binary 11001111 10101 101000 0 1011010 1010001 10011 101100010 1010010 101101

Color Harmonies of #CF1528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1528

Black with #CF1528

Text Example


Text Example

White with #CF1528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1528; }

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

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

background-color css

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

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

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

border-color css

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

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

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