Html Css Color HEX #C32419 Fire Brick

📋 copy color: '#C32419'

red 195 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #C32419

Tints of Fire Brick #C32419

RGB

 RED value IS 195 (76.56% from 255) = 76.17%

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 76.17%
G = 14.06%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C32419 (or 0xC32419) is known color: Fire Brick. HEX triplet: C3, 24 and 19. RGB value is (195,36,25). Sum of RGB (Red+Green+Blue) = 195+36+25=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C32419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32419 is #3CDBE6. Grayscale: #525252. Windows color (decimal): -3988455 or 1647811. OLE color: 1647811.

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

Color convert

RGB 195 36 25 -
CMYK 0 0.82 0.87 0.24
HSL 3.88º 0.77% 0.43% -
HSV(B) 3.88º 0.87% 0.76% -
XYZ 23.31 12.93 2.19 -
YUV 82.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 195 36 25 0 0.82 0.87 0.24 3.88 0.77 0.43
Hex C3 24 19 0 52 57 18 4 4D 2B
Octal 303 44 31 0 122 127 30 4 115 53
Binary 11000011 100100 11001 0 1010010 1010111 11000 100 1001101 101011

Color Harmonies of #C32419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32419

Black with #C32419

Text Example


Text Example

White with #C32419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32419; }

 p { color: rgb(195,36,25); }

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

background-color css

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

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

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

border-color css

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

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

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