Html Css Color HEX #C51E1B Fire Brick

📋 copy color: '#C51E1B'

red 197 ◦ green 30 ◦ blue 27

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

Shades of Fire Brick #C51E1B

Tints of Fire Brick #C51E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 77.56%
G = 11.81%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C51E1B (or 0xC51E1B) is known color: Fire Brick. HEX triplet: C5, 1E and 1B. RGB value is (197,30,27). Sum of RGB (Red+Green+Blue) = 197+30+27=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51E1B is #3AE1E4. Grayscale: #4F4F4F. Windows color (decimal): -3858917 or 1777349. OLE color: 1777349.

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

Color convert

RGB 197 30 27 -
CMYK 0 0.85 0.86 0.23
HSL 1.06º 0.76% 0.44% -
HSV(B) 1.06º 0.86% 0.77% -
XYZ 23.69 12.88 2.27 -
YUV 79.59 98.33 211.74 -
System Red Green Blue C M Y K H S L
Decimal 197 30 27 0 0.85 0.86 0.23 1.06 0.76 0.44
Hex C5 1E 1B 0 55 56 17 1 4C 2C
Octal 305 36 33 0 125 126 27 1 114 54
Binary 11000101 11110 11011 0 1010101 1010110 10111 1 1001100 101100

Color Harmonies of #C51E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51E1B

Black with #C51E1B

Text Example


Text Example

White with #C51E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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