Html Css Color HEX #C51414 Fire Brick

📋 copy color: '#C51414'

red 197 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #C51414

Tints of Fire Brick #C51414

RGB

 RED value IS 197 (77.34% from 255) = 83.12%

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 83.12%
G = 8.44%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C51414 (or 0xC51414) is known color: Fire Brick. HEX triplet: C5, 14 and 14. RGB value is (197,20,20). Sum of RGB (Red+Green+Blue) = 197+20+20=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C51414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51414 is #3AEBEB. Grayscale: #494949. Windows color (decimal): -3861484 or 1316037. OLE color: 1316037.

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

Color convert

RGB 197 20 20 -
CMYK 0 0.90 0.90 0.23
HSL 0.82% 0.43% -
HSV(B) 0.9% 0.77% -
XYZ 23.4 12.42 1.83 -
YUV 72.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 197 20 20 0 0.90 0.90 0.23 0 0.82 0.43
Hex C5 14 14 0 5A 5A 17 0 52 2B
Octal 305 24 24 0 132 132 27 0 122 53
Binary 11000101 10100 10100 0 1011010 1011010 10111 0 1010010 101011

Color Harmonies of #C51414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51414

Black with #C51414

Text Example


Text Example

White with #C51414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51414; }

 p { color: rgb(197,20,20); }

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

background-color css

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

 a { background-color: rgb(197,20,20); }

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

border-color css

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

 span { border-color: rgb(197,20,20); }

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