Html Css Color HEX #C31A0D Fire Brick

📋 copy color: '#C31A0D'

red 195 ◦ green 26 ◦ blue 13

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

Shades of Fire Brick #C31A0D

Tints of Fire Brick #C31A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 83.33%
G = 11.11%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C31A0D (or 0xC31A0D) is known color: Fire Brick. HEX triplet: C3, 1A and 0D. RGB value is (195,26,13). Sum of RGB (Red+Green+Blue) = 195+26+13=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31A0D is #3CE5F2. Grayscale: #4B4B4B. Windows color (decimal): -3991027 or 858819. OLE color: 858819.

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

Color convert

RGB 195 26 13 -
CMYK 0 0.87 0.93 0.24
HSL 4.29º 0.88% 0.41% -
HSV(B) 4.29º 0.93% 0.76% -
XYZ 22.95 12.37 1.56 -
YUV 75.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 195 26 13 0 0.87 0.93 0.24 4.29 0.88 0.41
Hex C3 1A D 0 57 5D 18 4 58 29
Octal 303 32 15 0 127 135 30 4 130 51
Binary 11000011 11010 1101 0 1010111 1011101 11000 100 1011000 101001

Color Harmonies of #C31A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31A0D

Black with #C31A0D

Text Example


Text Example

White with #C31A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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