Html Css Color HEX #C12018 Fire Brick

📋 copy color: '#C12018'

red 193 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #C12018

Tints of Fire Brick #C12018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 77.51%
G = 12.85%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12018 (or 0xC12018) is known color: Fire Brick. HEX triplet: C1, 20 and 18. RGB value is (193,32,24). Sum of RGB (Red+Green+Blue) = 193+32+24=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12018 is #3EDFE7. Grayscale: #4F4F4F. Windows color (decimal): -4120552 or 1581249. OLE color: 1581249.

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

Color convert

RGB 193 32 24 -
CMYK 0 0.83 0.88 0.24
HSL 2.84º 0.78% 0.43% -
HSV(B) 2.84º 0.88% 0.76% -
XYZ 22.67 12.44 2.07 -
YUV 79.23 96.84 209.15 -
System Red Green Blue C M Y K H S L
Decimal 193 32 24 0 0.83 0.88 0.24 2.84 0.78 0.43
Hex C1 20 18 0 53 58 18 3 4E 2B
Octal 301 40 30 0 123 130 30 3 116 53
Binary 11000001 100000 11000 0 1010011 1011000 11000 11 1001110 101011

Color Harmonies of #C12018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12018

Black with #C12018

Text Example


Text Example

White with #C12018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12018; }

 p { color: rgb(193,32,24); }

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

background-color css

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

 a { background-color: rgb(193,32,24); }

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

border-color css

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

 span { border-color: rgb(193,32,24); }

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