Html Css Color HEX #C51D1B Fire Brick

📋 copy color: '#C51D1B'

red 197 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #C51D1B

Tints of Fire Brick #C51D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.46%

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

R = 77.87%
G = 11.46%
B = 10.67%

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

#C51D1B (or 0xC51D1B) is known color: Fire Brick. HEX triplet: C5, 1D and 1B. RGB value is (197,29,27). Sum of RGB (Red+Green+Blue) = 197+29+27=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51D1B is #3AE2E4. Grayscale: #4F4F4F. Windows color (decimal): -3859173 or 1777093. OLE color: 1777093.

HSL color Cylindrical-coordinate representation of color #C51D1B: hue angle of 0.71º 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 #C51D1B is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 29 27 -
CMYK 0 0.85 0.86 0.23
HSL 0.71º 0.76% 0.44% -
HSV(B) 0.71º 0.86% 0.77% -
XYZ 23.66 12.83 2.27 -
YUV 79 98.66 212.16 -
System Red Green Blue C M Y K H S L
Decimal 197 29 27 0 0.85 0.86 0.23 0.71 0.76 0.44
Hex C5 1D 1B 0 55 56 17 1 4C 2C
Octal 305 35 33 0 125 126 27 1 114 54
Binary 11000101 11101 11011 0 1010101 1010110 10111 1 1001100 101100

Color Harmonies of #C51D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D1B

Black with #C51D1B

Text Example


Text Example

White with #C51D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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