Html Css Color HEX #C51717 Fire Brick

📋 copy color: '#C51717'

red 197 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #C51717

Tints of Fire Brick #C51717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 81.07%
G = 9.47%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51717 (or 0xC51717) is known color: Fire Brick. HEX triplet: C5, 17 and 17. RGB value is (197,23,23). Sum of RGB (Red+Green+Blue) = 197+23+23=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C51717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51717 is #3AE8E8. Grayscale: #4B4B4B. Windows color (decimal): -3860713 or 1513413. OLE color: 1513413.

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

Color convert

RGB 197 23 23 -
CMYK 0 0.88 0.88 0.23
HSL 0.79% 0.43% -
HSV(B) 0.88% 0.77% -
XYZ 23.49 12.54 1.99 -
YUV 75.03 98.65 215 -
System Red Green Blue C M Y K H S L
Decimal 197 23 23 0 0.88 0.88 0.23 0 0.79 0.43
Hex C5 17 17 0 58 58 17 0 4F 2B
Octal 305 27 27 0 130 130 27 0 117 53
Binary 11000101 10111 10111 0 1011000 1011000 10111 0 1001111 101011

Color Harmonies of #C51717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51717

Black with #C51717

Text Example


Text Example

White with #C51717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51717; }

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

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

background-color css

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

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

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

border-color css

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

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

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