Html Css Color HEX #CF1121 Fire Engine Red

📋 copy color: '#CF1121'

red 207 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #CF1121

Tints of Fire Engine Red #CF1121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.61%

 BLUE value IS 33 (13.28% from 255) = 12.84%

R = 80.54%
G = 6.61%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CF1121 (or 0xCF1121) is known color: Fire Engine Red. HEX triplet: CF, 11 and 21. RGB value is (207,17,33). Sum of RGB (Red+Green+Blue) = 207+17+33=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1121 is #30EEDE. Grayscale: #4B4B4B. Windows color (decimal): -3206879 or 2167247. OLE color: 2167247.

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

Color convert

RGB 207 17 33 -
CMYK 0 0.92 0.84 0.19
HSL 354.95º 0.85% 0.44% -
HSV(B) 354.95º 0.92% 0.81% -
XYZ 26.21 13.78 2.72 -
YUV 75.63 103.95 221.7 -
System Red Green Blue C M Y K H S L
Decimal 207 17 33 0 0.92 0.84 0.19 354.95 0.85 0.44
Hex CF 11 21 0 5C 54 13 163 55 2C
Octal 317 21 41 0 134 124 23 543 125 54
Binary 11001111 10001 100001 0 1011100 1010100 10011 101100011 1010101 101100

Color Harmonies of #CF1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1121

Black with #CF1121

Text Example


Text Example

White with #CF1121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1121; }

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

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

background-color css

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

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

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

border-color css

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

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

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