Html Css Color HEX #C31A0F Fire Brick

📋 copy color: '#C31A0F'

red 195 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #C31A0F

Tints of Fire Brick #C31A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 15 (6.25% from 255) = 6.36%

R = 82.63%
G = 11.02%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31A0F (or 0xC31A0F) is known color: Fire Brick. HEX triplet: C3, 1A and 0F. RGB value is (195,26,15). Sum of RGB (Red+Green+Blue) = 195+26+15=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31A0F is #3CE5F0. Grayscale: #4B4B4B. Windows color (decimal): -3991025 or 989891. OLE color: 989891.

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

Color convert

RGB 195 26 15 -
CMYK 0 0.87 0.92 0.24
HSL 3.67º 0.86% 0.41% -
HSV(B) 3.67º 0.92% 0.76% -
XYZ 22.96 12.38 1.63 -
YUV 75.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 195 26 15 0 0.87 0.92 0.24 3.67 0.86 0.41
Hex C3 1A F 0 57 5C 18 4 56 29
Octal 303 32 17 0 127 134 30 4 126 51
Binary 11000011 11010 1111 0 1010111 1011100 11000 100 1010110 101001

Color Harmonies of #C31A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A0F

Black with #C31A0F

Text Example


Text Example

White with #C31A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A0F; }

 p { color: rgb(195,26,15); }

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

background-color css

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

 a { background-color: rgb(195,26,15); }

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

border-color css

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

 span { border-color: rgb(195,26,15); }

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