Html Css Color HEX #C3201A Fire Brick

📋 copy color: '#C3201A'

red 195 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #C3201A

Tints of Fire Brick #C3201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 77.08%
G = 12.65%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3201A (or 0xC3201A) is known color: Fire Brick. HEX triplet: C3, 20 and 1A. RGB value is (195,32,26). Sum of RGB (Red+Green+Blue) = 195+32+26=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C3201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3201A is #3CDFE5. Grayscale: #505050. Windows color (decimal): -3989478 or 1712323. OLE color: 1712323.

HSL color Cylindrical-coordinate representation of color #C3201A: hue angle of 2.13º degrees, saturation: 0.76, 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 #C3201A is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 26 -
CMYK 0 0.84 0.87 0.24
HSL 2.13º 0.76% 0.43% -
HSV(B) 2.13º 0.87% 0.76% -
XYZ 23.21 12.71 2.21 -
YUV 80.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 195 32 26 0 0.84 0.87 0.24 2.13 0.76 0.43
Hex C3 20 1A 0 54 57 18 2 4C 2B
Octal 303 40 32 0 124 127 30 2 114 53
Binary 11000011 100000 11010 0 1010100 1010111 11000 10 1001100 101011

Color Harmonies of #C3201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3201A

Black with #C3201A

Text Example


Text Example

White with #C3201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3201A; }

 p { color: rgb(195,32,26); }

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

background-color css

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

 a { background-color: rgb(195,32,26); }

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

border-color css

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

 span { border-color: rgb(195,32,26); }

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