Html Css Color HEX #C22317 Fire Brick

📋 copy color: '#C22317'

red 194 ◦ green 35 ◦ blue 23

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

Shades of Fire Brick #C22317

Tints of Fire Brick #C22317

RGB

 RED value IS 194 (76.17% from 255) = 76.98%

 GREEN value IS 35 (14.06% from 255) = 13.89%

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

R = 76.98%
G = 13.89%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C22317 (or 0xC22317) is known color: Fire Brick. HEX triplet: C2, 23 and 17. RGB value is (194,35,23). Sum of RGB (Red+Green+Blue) = 194+35+23=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22317 is #3DDCE8. Grayscale: #515151. Windows color (decimal): -4054249 or 1516482. OLE color: 1516482.

HSL color Cylindrical-coordinate representation of color #C22317: hue angle of 4.21º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C22317 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 23 -
CMYK 0 0.82 0.88 0.24
HSL 4.21º 0.79% 0.43% -
HSV(B) 4.21º 0.88% 0.76% -
XYZ 23 12.73 2.06 -
YUV 81.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 194 35 23 0 0.82 0.88 0.24 4.21 0.79 0.43
Hex C2 23 17 0 52 58 18 4 4F 2B
Octal 302 43 27 0 122 130 30 4 117 53
Binary 11000010 100011 10111 0 1010010 1011000 11000 100 1001111 101011

Color Harmonies of #C22317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22317

Black with #C22317

Text Example


Text Example

White with #C22317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22317; }

 p { color: rgb(194,35,23); }

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

background-color css

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

 a { background-color: rgb(194,35,23); }

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

border-color css

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

 span { border-color: rgb(194,35,23); }

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