Html Css Color HEX #C22017 Fire Brick

📋 copy color: '#C22017'

red 194 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #C22017

Tints of Fire Brick #C22017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 77.91%
G = 12.85%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C22017 (or 0xC22017) is known color: Fire Brick. HEX triplet: C2, 20 and 17. RGB value is (194,32,23). Sum of RGB (Red+Green+Blue) = 194+32+23=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C22017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22017 is #3DDFE8. Grayscale: #4F4F4F. Windows color (decimal): -4055017 or 1515714. OLE color: 1515714.

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

Color convert

RGB 194 32 23 -
CMYK 0 0.84 0.88 0.24
HSL 3.16º 0.79% 0.43% -
HSV(B) 3.16º 0.88% 0.76% -
XYZ 22.92 12.56 2.03 -
YUV 79.41 96.17 209.73 -
System Red Green Blue C M Y K H S L
Decimal 194 32 23 0 0.84 0.88 0.24 3.16 0.79 0.43
Hex C2 20 17 0 54 58 18 3 4F 2B
Octal 302 40 27 0 124 130 30 3 117 53
Binary 11000010 100000 10111 0 1010100 1011000 11000 11 1001111 101011

Color Harmonies of #C22017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22017

Black with #C22017

Text Example


Text Example

White with #C22017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22017; }

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

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

background-color css

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

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

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

border-color css

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

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

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