Html Css Color HEX #C3251D Fire Brick

📋 copy color: '#C3251D'

red 195 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #C3251D

Tints of Fire Brick #C3251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 74.71%
G = 14.18%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3251D (or 0xC3251D) is known color: Fire Brick. HEX triplet: C3, 25 and 1D. RGB value is (195,37,29). Sum of RGB (Red+Green+Blue) = 195+37+29=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3251D is #3CDAE2. Grayscale: #535353. Windows color (decimal): -3988195 or 1910211. OLE color: 1910211.

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

Color convert

RGB 195 37 29 -
CMYK 0 0.81 0.85 0.24
HSL 2.89º 0.74% 0.44% -
HSV(B) 2.89º 0.85% 0.76% -
XYZ 23.39 13.01 2.44 -
YUV 83.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 195 37 29 0 0.81 0.85 0.24 2.89 0.74 0.44
Hex C3 25 1D 0 51 55 18 3 4A 2C
Octal 303 45 35 0 121 125 30 3 112 54
Binary 11000011 100101 11101 0 1010001 1010101 11000 11 1001010 101100

Color Harmonies of #C3251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3251D

Black with #C3251D

Text Example


Text Example

White with #C3251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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