Html Css Color HEX #C3271F Fire Brick

📋 copy color: '#C3271F'

red 195 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #C3271F

Tints of Fire Brick #C3271F

RGB

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

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

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

R = 73.58%
G = 14.72%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3271F (or 0xC3271F) is known color: Fire Brick. HEX triplet: C3, 27 and 1F. RGB value is (195,39,31). Sum of RGB (Red+Green+Blue) = 195+39+31=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C3271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3271F is #3CD8E0. Grayscale: #545454. Windows color (decimal): -3987681 or 2041795. OLE color: 2041795.

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

Color convert

RGB 195 39 31 -
CMYK 0 0.80 0.84 0.24
HSL 2.93º 0.73% 0.44% -
HSV(B) 2.93º 0.84% 0.76% -
XYZ 23.48 13.15 2.6 -
YUV 84.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 195 39 31 0 0.80 0.84 0.24 2.93 0.73 0.44
Hex C3 27 1F 0 50 54 18 3 49 2C
Octal 303 47 37 0 120 124 30 3 111 54
Binary 11000011 100111 11111 0 1010000 1010100 11000 11 1001001 101100

Color Harmonies of #C3271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3271F

Black with #C3271F

Text Example


Text Example

White with #C3271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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