Html Css Color HEX #C61513 Fire Brick

📋 copy color: '#C61513'

red 198 ◦ green 21 ◦ blue 19

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

Shades of Fire Brick #C61513

Tints of Fire Brick #C61513

RGB

 RED value IS 198 (77.73% from 255) = 83.19%

 GREEN value IS 21 (8.59% from 255) = 8.82%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 83.19%
G = 8.82%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C61513 (or 0xC61513) is known color: Fire Brick. HEX triplet: C6, 15 and 13. RGB value is (198,21,19). Sum of RGB (Red+Green+Blue) = 198+21+19=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C61513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61513 is #39EAEC. Grayscale: #494949. Windows color (decimal): -3795693 or 1250758. OLE color: 1250758.

HSL color Cylindrical-coordinate representation of color #C61513: hue angle of 0.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61513 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 19 -
CMYK 0 0.89 0.90 0.22
HSL 0.67º 0.82% 0.43% -
HSV(B) 0.67º 0.9% 0.78% -
XYZ 23.67 12.59 1.8 -
YUV 73.7 97.14 216.66 -
System Red Green Blue C M Y K H S L
Decimal 198 21 19 0 0.89 0.90 0.22 0.67 0.82 0.43
Hex C6 15 13 0 59 5A 16 1 52 2B
Octal 306 25 23 0 131 132 26 1 122 53
Binary 11000110 10101 10011 0 1011001 1011010 10110 1 1010010 101011

Color Harmonies of #C61513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61513

Black with #C61513

Text Example


Text Example

White with #C61513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61513; }

 p { color: rgb(198,21,19); }

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

background-color css

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

 a { background-color: rgb(198,21,19); }

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

border-color css

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

 span { border-color: rgb(198,21,19); }

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