Html Css Color HEX #C3231E Fire Brick

📋 copy color: '#C3231E'

red 195 ◦ green 35 ◦ blue 30

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

Shades of Fire Brick #C3231E

Tints of Fire Brick #C3231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

 BLUE value IS 30 (12.11% from 255) = 11.54%

R = 75%
G = 13.46%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3231E (or 0xC3231E) is known color: Fire Brick. HEX triplet: C3, 23 and 1E. RGB value is (195,35,30). Sum of RGB (Red+Green+Blue) = 195+35+30=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3231E is #3CDCE1. Grayscale: #525252. Windows color (decimal): -3988706 or 1975235. OLE color: 1975235.

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

Color convert

RGB 195 35 30 -
CMYK 0 0.82 0.85 0.24
HSL 1.82º 0.73% 0.44% -
HSV(B) 1.82º 0.85% 0.76% -
XYZ 23.34 12.9 2.49 -
YUV 82.27 98.51 208.41 -
System Red Green Blue C M Y K H S L
Decimal 195 35 30 0 0.82 0.85 0.24 1.82 0.73 0.44
Hex C3 23 1E 0 52 55 18 2 49 2C
Octal 303 43 36 0 122 125 30 2 111 54
Binary 11000011 100011 11110 0 1010010 1010101 11000 10 1001001 101100

Color Harmonies of #C3231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3231E

Black with #C3231E

Text Example


Text Example

White with #C3231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3231E; }

 p { color: rgb(195,35,30); }

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

background-color css

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

 a { background-color: rgb(195,35,30); }

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

border-color css

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

 span { border-color: rgb(195,35,30); }

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