Html Css Color HEX #C51E1E Fire Brick

📋 copy color: '#C51E1E'

red 197 ◦ green 30 ◦ blue 30

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

Shades of Fire Brick #C51E1E

Tints of Fire Brick #C51E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

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

R = 76.65%
G = 11.67%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C51E1E (or 0xC51E1E) is known color: Fire Brick. HEX triplet: C5, 1E and 1E. RGB value is (197,30,30). Sum of RGB (Red+Green+Blue) = 197+30+30=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E1E is #3AE1E1. Grayscale: #505050. Windows color (decimal): -3858914 or 1973957. OLE color: 1973957.

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

Color convert

RGB 197 30 30 -
CMYK 0 0.85 0.85 0.23
HSL 0.74% 0.45% -
HSV(B) 0.85% 0.77% -
XYZ 23.72 12.89 2.47 -
YUV 79.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 197 30 30 0 0.85 0.85 0.23 0 0.74 0.45
Hex C5 1E 1E 0 55 55 17 0 4A 2D
Octal 305 36 36 0 125 125 27 0 112 55
Binary 11000101 11110 11110 0 1010101 1010101 10111 0 1001010 101101

Color Harmonies of #C51E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E1E

Black with #C51E1E

Text Example


Text Example

White with #C51E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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