Html Css Color HEX #C51F17 Fire Brick

📋 copy color: '#C51F17'

red 197 ◦ green 31 ◦ blue 23

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

Shades of Fire Brick #C51F17

Tints of Fire Brick #C51F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.35%

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 78.49%
G = 12.35%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51F17 (or 0xC51F17) is known color: Fire Brick. HEX triplet: C5, 1F and 17. RGB value is (197,31,23). Sum of RGB (Red+Green+Blue) = 197+31+23=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F17 is #3AE0E8. Grayscale: #4F4F4F. Windows color (decimal): -3858665 or 1515461. OLE color: 1515461.

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

Color convert

RGB 197 31 23 -
CMYK 0 0.84 0.88 0.23
HSL 2.76º 0.79% 0.43% -
HSV(B) 2.76º 0.88% 0.77% -
XYZ 23.67 12.91 2.06 -
YUV 79.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 197 31 23 0 0.84 0.88 0.23 2.76 0.79 0.43
Hex C5 1F 17 0 54 58 17 3 4F 2B
Octal 305 37 27 0 124 130 27 3 117 53
Binary 11000101 11111 10111 0 1010100 1011000 10111 11 1001111 101011

Color Harmonies of #C51F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F17

Black with #C51F17

Text Example


Text Example

White with #C51F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F17; }

 p { color: rgb(197,31,23); }

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

background-color css

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

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

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

border-color css

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

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

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