Html Css Color HEX #C12726 Fire Brick

📋 copy color: '#C12726'

red 193 ◦ green 39 ◦ blue 38

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

Shades of Fire Brick #C12726

Tints of Fire Brick #C12726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 71.48%
G = 14.44%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C12726 (or 0xC12726) is known color: Fire Brick. HEX triplet: C1, 27 and 26. RGB value is (193,39,38). Sum of RGB (Red+Green+Blue) = 193+39+38=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C12726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12726 is #3ED8D9. Grayscale: #555555. Windows color (decimal): -4118746 or 2500545. OLE color: 2500545.

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

Color convert

RGB 193 39 38 -
CMYK 0 0.80 0.80 0.24
HSL 0.39º 0.67% 0.45% -
HSV(B) 0.39º 0.8% 0.76% -
XYZ 23.07 12.93 3.11 -
YUV 84.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 193 39 38 0 0.80 0.80 0.24 0.39 0.67 0.45
Hex C1 27 26 0 50 50 18 0 43 2D
Octal 301 47 46 0 120 120 30 0 103 55
Binary 11000001 100111 100110 0 1010000 1010000 11000 0 1000011 101101

Color Harmonies of #C12726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12726

Black with #C12726

Text Example


Text Example

White with #C12726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12726; }

 p { color: rgb(193,39,38); }

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

background-color css

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

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

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

border-color css

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

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

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