Html Css Color HEX #C3221F Fire Brick

📋 copy color: '#C3221F'

red 195 ◦ green 34 ◦ blue 31

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

Shades of Fire Brick #C3221F

Tints of Fire Brick #C3221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 75%
G = 13.08%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3221F (or 0xC3221F) is known color: Fire Brick. HEX triplet: C3, 22 and 1F. RGB value is (195,34,31). Sum of RGB (Red+Green+Blue) = 195+34+31=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3221F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3221F is #3CDDE0. Grayscale: #515151. Windows color (decimal): -3988961 or 2040515. OLE color: 2040515.

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

Color convert

RGB 195 34 31 -
CMYK 0 0.83 0.84 0.24
HSL 1.1º 0.73% 0.44% -
HSV(B) 1.1º 0.84% 0.76% -
XYZ 23.33 12.85 2.55 -
YUV 81.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 195 34 31 0 0.83 0.84 0.24 1.1 0.73 0.44
Hex C3 22 1F 0 53 54 18 1 49 2C
Octal 303 42 37 0 123 124 30 1 111 54
Binary 11000011 100010 11111 0 1010011 1010100 11000 1 1001001 101100

Color Harmonies of #C3221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3221F

Black with #C3221F

Text Example


Text Example

White with #C3221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3221F; }

 p { color: rgb(195,34,31); }

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

background-color css

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

 a { background-color: rgb(195,34,31); }

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

border-color css

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

 span { border-color: rgb(195,34,31); }

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