Html Css Color HEX #CF1716 Fire Brick

📋 copy color: '#CF1716'

red 207 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #CF1716

Tints of Fire Brick #CF1716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 82.14%
G = 9.13%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF1716 (or 0xCF1716) is known color: Fire Brick. HEX triplet: CF, 17 and 16. RGB value is (207,23,22). Sum of RGB (Red+Green+Blue) = 207+23+22=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1716 is #30E8E9. Grayscale: #4E4E4E. Windows color (decimal): -3205354 or 1447887. OLE color: 1447887.

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

Color convert

RGB 207 23 22 -
CMYK 0 0.89 0.89 0.19
HSL 0.32º 0.81% 0.45% -
HSV(B) 0.32º 0.89% 0.81% -
XYZ 26.18 13.94 2.07 -
YUV 77.9 96.46 220.08 -
System Red Green Blue C M Y K H S L
Decimal 207 23 22 0 0.89 0.89 0.19 0.32 0.81 0.45
Hex CF 17 16 0 59 59 13 0 51 2D
Octal 317 27 26 0 131 131 23 0 121 55
Binary 11001111 10111 10110 0 1011001 1011001 10011 0 1010001 101101

Color Harmonies of #CF1716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1716

Black with #CF1716

Text Example


Text Example

White with #CF1716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1716; }

 p { color: rgb(207,23,22); }

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

background-color css

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

 a { background-color: rgb(207,23,22); }

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

border-color css

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

 span { border-color: rgb(207,23,22); }

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