Html Css Color HEX #CF2223 Fire Engine Red

📋 copy color: '#CF2223'

red 207 ◦ green 34 ◦ blue 35

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

Shades of Fire Engine Red #CF2223

Tints of Fire Engine Red #CF2223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.68%

R = 75%
G = 12.32%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CF2223 (or 0xCF2223) is known color: Fire Engine Red. HEX triplet: CF, 22 and 23. RGB value is (207,34,35). Sum of RGB (Red+Green+Blue) = 207+34+35=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2223 is #30DDDC. Grayscale: #565656. Windows color (decimal): -3202525 or 2302671. OLE color: 2302671.

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

Color convert

RGB 207 34 35 -
CMYK 0 0.84 0.83 0.19
HSL 359.65º 0.72% 0.47% -
HSV(B) 359.65º 0.84% 0.81% -
XYZ 26.61 14.53 2.99 -
YUV 85.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 207 34 35 0 0.84 0.83 0.19 359.65 0.72 0.47
Hex CF 22 23 0 54 53 13 168 48 2F
Octal 317 42 43 0 124 123 23 550 110 57
Binary 11001111 100010 100011 0 1010100 1010011 10011 101101000 1001000 101111

Color Harmonies of #CF2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2223

Black with #CF2223

Text Example


Text Example

White with #CF2223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2223; }

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

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

background-color css

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

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

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

border-color css

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

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

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