Html Css Color HEX #CF2128 Fire Engine Red

📋 copy color: '#CF2128'

red 207 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #CF2128

Tints of Fire Engine Red #CF2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

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

R = 73.93%
G = 11.79%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF2128 (or 0xCF2128) is known color: Fire Engine Red. HEX triplet: CF, 21 and 28. RGB value is (207,33,40). Sum of RGB (Red+Green+Blue) = 207+33+40=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2128 is #30DED7. Grayscale: #555555. Windows color (decimal): -3202776 or 2630095. OLE color: 2630095.

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

Color convert

RGB 207 33 40 -
CMYK 0 0.84 0.81 0.19
HSL 357.59º 0.73% 0.47% -
HSV(B) 357.59º 0.84% 0.81% -
XYZ 26.66 14.51 3.4 -
YUV 85.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 207 33 40 0 0.84 0.81 0.19 357.59 0.73 0.47
Hex CF 21 28 0 54 51 13 166 48 2F
Octal 317 41 50 0 124 121 23 546 110 57
Binary 11001111 100001 101000 0 1010100 1010001 10011 101100110 1001000 101111

Color Harmonies of #CF2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2128

Black with #CF2128

Text Example


Text Example

White with #CF2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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