Html Css Color HEX #CF222D Fire Engine Red

📋 copy color: '#CF222D'

red 207 ◦ green 34 ◦ blue 45

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

Shades of Fire Engine Red #CF222D

Tints of Fire Engine Red #CF222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.89%

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

R = 72.38%
G = 11.89%
B = 15.73%

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

#CF222D (or 0xCF222D) is known color: Fire Engine Red. HEX triplet: CF, 22 and 2D. RGB value is (207,34,45). Sum of RGB (Red+Green+Blue) = 207+34+45=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF222D is #30DDD2. Grayscale: #575757. Windows color (decimal): -3202515 or 2958031. OLE color: 2958031.

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

Color convert

RGB 207 34 45 -
CMYK 0 0.84 0.78 0.19
HSL 356.19º 0.72% 0.47% -
HSV(B) 356.19º 0.84% 0.81% -
XYZ 26.78 14.6 3.89 -
YUV 86.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 207 34 45 0 0.84 0.78 0.19 356.19 0.72 0.47
Hex CF 22 2D 0 54 4E 13 164 48 2F
Octal 317 42 55 0 124 116 23 544 110 57
Binary 11001111 100010 101101 0 1010100 1001110 10011 101100100 1001000 101111

Color Harmonies of #CF222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF222D

Black with #CF222D

Text Example


Text Example

White with #CF222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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