Html Css Color HEX #C32A21 Fire Brick

📋 copy color: '#C32A21'

red 195 ◦ green 42 ◦ blue 33

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

Shades of Fire Brick #C32A21

Tints of Fire Brick #C32A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 72.22%
G = 15.56%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32A21 (or 0xC32A21) is known color: Fire Brick. HEX triplet: C3, 2A and 21. RGB value is (195,42,33). Sum of RGB (Red+Green+Blue) = 195+42+33=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A21 is #3CD5DE. Grayscale: #565656. Windows color (decimal): -3986911 or 2173635. OLE color: 2173635.

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

Color convert

RGB 195 42 33 -
CMYK 0 0.78 0.83 0.24
HSL 3.33º 0.71% 0.45% -
HSV(B) 3.33º 0.83% 0.76% -
XYZ 23.61 13.37 2.77 -
YUV 86.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 195 42 33 0 0.78 0.83 0.24 3.33 0.71 0.45
Hex C3 2A 21 0 4E 53 18 3 47 2D
Octal 303 52 41 0 116 123 30 3 107 55
Binary 11000011 101010 100001 0 1001110 1010011 11000 11 1000111 101101

Color Harmonies of #C32A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A21

Black with #C32A21

Text Example


Text Example

White with #C32A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A21; }

 p { color: rgb(195,42,33); }

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

background-color css

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

 a { background-color: rgb(195,42,33); }

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

border-color css

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

 span { border-color: rgb(195,42,33); }

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