Html Css Color HEX #C12422 Fire Brick

📋 copy color: '#C12422'

red 193 ◦ green 36 ◦ blue 34

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

Shades of Fire Brick #C12422

Tints of Fire Brick #C12422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 73.38%
G = 13.69%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12422 (or 0xC12422) is known color: Fire Brick. HEX triplet: C1, 24 and 22. RGB value is (193,36,34). Sum of RGB (Red+Green+Blue) = 193+36+34=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C12422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12422 is #3EDBDD. Grayscale: #525252. Windows color (decimal): -4119518 or 2237633. OLE color: 2237633.

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

Color convert

RGB 193 36 34 -
CMYK 0 0.81 0.82 0.24
HSL 0.75º 0.7% 0.45% -
HSV(B) 0.75º 0.82% 0.76% -
XYZ 22.91 12.71 2.76 -
YUV 82.72 100.51 206.66 -
System Red Green Blue C M Y K H S L
Decimal 193 36 34 0 0.81 0.82 0.24 0.75 0.7 0.45
Hex C1 24 22 0 51 52 18 1 46 2D
Octal 301 44 42 0 121 122 30 1 106 55
Binary 11000001 100100 100010 0 1010001 1010010 11000 1 1000110 101101

Color Harmonies of #C12422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12422

Black with #C12422

Text Example


Text Example

White with #C12422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12422; }

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

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

background-color css

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

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

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

border-color css

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

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

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