Html Css Color HEX #C12723 Fire Brick

📋 copy color: '#C12723'

red 193 ◦ green 39 ◦ blue 35

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

Shades of Fire Brick #C12723

Tints of Fire Brick #C12723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.11%

R = 72.28%
G = 14.61%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12723 (or 0xC12723) is known color: Fire Brick. HEX triplet: C1, 27 and 23. RGB value is (193,39,35). Sum of RGB (Red+Green+Blue) = 193+39+35=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C12723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12723 is #3ED8DC. Grayscale: #545454. Windows color (decimal): -4118749 or 2303937. OLE color: 2303937.

HSL color Cylindrical-coordinate representation of color #C12723: hue angle of 1.52º degrees, saturation: 0.69, 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 #C12723 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 35 -
CMYK 0 0.80 0.82 0.24
HSL 1.52º 0.69% 0.45% -
HSV(B) 1.52º 0.82% 0.76% -
XYZ 23.02 12.91 2.87 -
YUV 84.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 193 39 35 0 0.80 0.82 0.24 1.52 0.69 0.45
Hex C1 27 23 0 50 52 18 2 45 2D
Octal 301 47 43 0 120 122 30 2 105 55
Binary 11000001 100111 100011 0 1010000 1010010 11000 10 1000101 101101

Color Harmonies of #C12723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12723

Black with #C12723

Text Example


Text Example

White with #C12723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12723; }

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

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

background-color css

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

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

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

border-color css

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

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

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