Html Css Color HEX #C41717 Fire Brick

📋 copy color: '#C41717'

red 196 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #C41717

Tints of Fire Brick #C41717

RGB

 RED value IS 196 (76.95% from 255) = 80.99%

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

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

R = 80.99%
G = 9.5%
B = 9.5%

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

#C41717 (or 0xC41717) is known color: Fire Brick. HEX triplet: C4, 17 and 17. RGB value is (196,23,23). Sum of RGB (Red+Green+Blue) = 196+23+23=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C41717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41717 is #3BE8E8. Grayscale: #4A4A4A. Windows color (decimal): -3926249 or 1513412. OLE color: 1513412.

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

Color convert

RGB 196 23 23 -
CMYK 0 0.88 0.88 0.23
HSL 0.79% 0.43% -
HSV(B) 0.88% 0.77% -
XYZ 23.23 12.41 1.98 -
YUV 74.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 196 23 23 0 0.88 0.88 0.23 0 0.79 0.43
Hex C4 17 17 0 58 58 17 0 4F 2B
Octal 304 27 27 0 130 130 27 0 117 53
Binary 11000100 10111 10111 0 1011000 1011000 10111 0 1001111 101011

Color Harmonies of #C41717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41717

Black with #C41717

Text Example


Text Example

White with #C41717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41717; }

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

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

background-color css

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

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

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

border-color css

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

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

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