Html Css Color HEX #C3271D Fire Brick

📋 copy color: '#C3271D'

red 195 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #C3271D

Tints of Fire Brick #C3271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 74.14%
G = 14.83%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3271D (or 0xC3271D) is known color: Fire Brick. HEX triplet: C3, 27 and 1D. RGB value is (195,39,29). Sum of RGB (Red+Green+Blue) = 195+39+29=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3271D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3271D is #3CD8E2. Grayscale: #545454. Windows color (decimal): -3987683 or 1910723. OLE color: 1910723.

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

Color convert

RGB 195 39 29 -
CMYK 0 0.80 0.85 0.24
HSL 3.61º 0.74% 0.44% -
HSV(B) 3.61º 0.85% 0.76% -
XYZ 23.45 13.14 2.46 -
YUV 84.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 195 39 29 0 0.80 0.85 0.24 3.61 0.74 0.44
Hex C3 27 1D 0 50 55 18 4 4A 2C
Octal 303 47 35 0 120 125 30 4 112 54
Binary 11000011 100111 11101 0 1010000 1010101 11000 100 1001010 101100

Color Harmonies of #C3271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3271D

Black with #C3271D

Text Example


Text Example

White with #C3271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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