Html Css Color HEX #CF212D Fire Engine Red

📋 copy color: '#CF212D'

red 207 ◦ green 33 ◦ blue 45

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

Shades of Fire Engine Red #CF212D

Tints of Fire Engine Red #CF212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 72.63%
G = 11.58%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF212D (or 0xCF212D) is known color: Fire Engine Red. HEX triplet: CF, 21 and 2D. RGB value is (207,33,45). Sum of RGB (Red+Green+Blue) = 207+33+45=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF212D is #30DED2. Grayscale: #565656. Windows color (decimal): -3202771 or 2957775. OLE color: 2957775.

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

Color convert

RGB 207 33 45 -
CMYK 0 0.84 0.78 0.19
HSL 355.86º 0.73% 0.47% -
HSV(B) 355.86º 0.84% 0.81% -
XYZ 26.75 14.54 3.88 -
YUV 86.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 207 33 45 0 0.84 0.78 0.19 355.86 0.73 0.47
Hex CF 21 2D 0 54 4E 13 164 48 2F
Octal 317 41 55 0 124 116 23 544 110 57
Binary 11001111 100001 101101 0 1010100 1001110 10011 101100100 1001000 101111

Color Harmonies of #CF212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF212D

Black with #CF212D

Text Example


Text Example

White with #CF212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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