Html Css Color HEX #C12417 Fire Brick

📋 copy color: '#C12417'

red 193 ◦ green 36 ◦ blue 23

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

Shades of Fire Brick #C12417

Tints of Fire Brick #C12417

RGB

 RED value IS 193 (75.78% from 255) = 76.59%

 GREEN value IS 36 (14.45% from 255) = 14.29%

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

R = 76.59%
G = 14.29%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12417 (or 0xC12417) is known color: Fire Brick. HEX triplet: C1, 24 and 17. RGB value is (193,36,23). Sum of RGB (Red+Green+Blue) = 193+36+23=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C12417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12417 is #3EDBE8. Grayscale: #515151. Windows color (decimal): -4119529 or 1516737. OLE color: 1516737.

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

Color convert

RGB 193 36 23 -
CMYK 0 0.81 0.88 0.24
HSL 4.59º 0.79% 0.42% -
HSV(B) 4.59º 0.88% 0.76% -
XYZ 22.78 12.66 2.05 -
YUV 81.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 193 36 23 0 0.81 0.88 0.24 4.59 0.79 0.42
Hex C1 24 17 0 51 58 18 5 4F 2A
Octal 301 44 27 0 121 130 30 5 117 52
Binary 11000001 100100 10111 0 1010001 1011000 11000 101 1001111 101010

Color Harmonies of #C12417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12417

Black with #C12417

Text Example


Text Example

White with #C12417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12417; }

 p { color: rgb(193,36,23); }

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

background-color css

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

 a { background-color: rgb(193,36,23); }

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

border-color css

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

 span { border-color: rgb(193,36,23); }

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