Html Css Color HEX #C12424 Fire Brick

📋 copy color: '#C12424'

red 193 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #C12424

Tints of Fire Brick #C12424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.58%

R = 72.83%
G = 13.58%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C12424 (or 0xC12424) is known color: Fire Brick. HEX triplet: C1, 24 and 24. RGB value is (193,36,36). Sum of RGB (Red+Green+Blue) = 193+36+36=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C12424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12424 is #3EDBDB. Grayscale: #535353. Windows color (decimal): -4119516 or 2368705. OLE color: 2368705.

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

Color convert

RGB 193 36 36 -
CMYK 0 0.81 0.81 0.24
HSL 0.69% 0.45% -
HSV(B) 0.81% 0.76% -
XYZ 22.94 12.73 2.92 -
YUV 82.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 193 36 36 0 0.81 0.81 0.24 0 0.69 0.45
Hex C1 24 24 0 51 51 18 0 45 2D
Octal 301 44 44 0 121 121 30 0 105 55
Binary 11000001 100100 100100 0 1010001 1010001 11000 0 1000101 101101

Color Harmonies of #C12424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12424

Black with #C12424

Text Example


Text Example

White with #C12424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12424; }

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

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

background-color css

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

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

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

border-color css

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

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

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