Html Css Color HEX #C3271C Fire Brick

📋 copy color: '#C3271C'

red 195 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #C3271C

Tints of Fire Brick #C3271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 74.43%
G = 14.89%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3271C (or 0xC3271C) is known color: Fire Brick. HEX triplet: C3, 27 and 1C. RGB value is (195,39,28). Sum of RGB (Red+Green+Blue) = 195+39+28=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3271C is #3CD8E3. Grayscale: #545454. Windows color (decimal): -3987684 or 1845187. OLE color: 1845187.

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

Color convert

RGB 195 39 28 -
CMYK 0 0.80 0.86 0.24
HSL 3.95º 0.75% 0.44% -
HSV(B) 3.95º 0.86% 0.76% -
XYZ 23.44 13.14 2.4 -
YUV 84.39 96.18 206.89 -
System Red Green Blue C M Y K H S L
Decimal 195 39 28 0 0.80 0.86 0.24 3.95 0.75 0.44
Hex C3 27 1C 0 50 56 18 4 4B 2C
Octal 303 47 34 0 120 126 30 4 113 54
Binary 11000011 100111 11100 0 1010000 1010110 11000 100 1001011 101100

Color Harmonies of #C3271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3271C

Black with #C3271C

Text Example


Text Example

White with #C3271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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