Html Css Color HEX #C41817 Fire Brick

📋 copy color: '#C41817'

red 196 ◦ green 24 ◦ blue 23

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

Shades of Fire Brick #C41817

Tints of Fire Brick #C41817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 80.66%
G = 9.88%
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

#C41817 (or 0xC41817) is known color: Fire Brick. HEX triplet: C4, 18 and 17. RGB value is (196,24,23). Sum of RGB (Red+Green+Blue) = 196+24+23=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C41817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41817 is #3BE7E8. Grayscale: #4B4B4B. Windows color (decimal): -3925993 or 1513668. OLE color: 1513668.

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

Color convert

RGB 196 24 23 -
CMYK 0 0.88 0.88 0.23
HSL 0.35º 0.79% 0.43% -
HSV(B) 0.35º 0.88% 0.77% -
XYZ 23.25 12.45 1.99 -
YUV 75.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 196 24 23 0 0.88 0.88 0.23 0.35 0.79 0.43
Hex C4 18 17 0 58 58 17 0 4F 2B
Octal 304 30 27 0 130 130 27 0 117 53
Binary 11000100 11000 10111 0 1011000 1011000 10111 0 1001111 101011

Color Harmonies of #C41817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41817

Black with #C41817

Text Example


Text Example

White with #C41817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41817; }

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

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

background-color css

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

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

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

border-color css

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

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

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