Html Css Color HEX #C3251E Fire Brick

📋 copy color: '#C3251E'

red 195 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #C3251E

Tints of Fire Brick #C3251E

RGB

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

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

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

R = 74.43%
G = 14.12%
B = 11.45%

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

#C3251E (or 0xC3251E) is known color: Fire Brick. HEX triplet: C3, 25 and 1E. RGB value is (195,37,30). Sum of RGB (Red+Green+Blue) = 195+37+30=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3251E is #3CDAE1. Grayscale: #535353. Windows color (decimal): -3988194 or 1975747. OLE color: 1975747.

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

Color convert

RGB 195 37 30 -
CMYK 0 0.81 0.85 0.24
HSL 2.55º 0.73% 0.44% -
HSV(B) 2.55º 0.85% 0.76% -
XYZ 23.4 13.02 2.51 -
YUV 83.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 195 37 30 0 0.81 0.85 0.24 2.55 0.73 0.44
Hex C3 25 1E 0 51 55 18 3 49 2C
Octal 303 45 36 0 121 125 30 3 111 54
Binary 11000011 100101 11110 0 1010001 1010101 11000 11 1001001 101100

Color Harmonies of #C3251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3251E

Black with #C3251E

Text Example


Text Example

White with #C3251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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