Html Css Color HEX #C41A0F Fire Brick

📋 copy color: '#C41A0F'

red 196 ◦ green 26 ◦ blue 15

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

Shades of Fire Brick #C41A0F

Tints of Fire Brick #C41A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.97%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 82.7%
G = 10.97%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C41A0F (or 0xC41A0F) is known color: Fire Brick. HEX triplet: C4, 1A and 0F. RGB value is (196,26,15). Sum of RGB (Red+Green+Blue) = 196+26+15=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41A0F is #3BE5F0. Grayscale: #4B4B4B. Windows color (decimal): -3925489 or 989892. OLE color: 989892.

HSL color Cylindrical-coordinate representation of color #C41A0F: hue angle of 3.65º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41A0F is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 15 -
CMYK 0 0.87 0.92 0.23
HSL 3.65º 0.86% 0.41% -
HSV(B) 3.65º 0.92% 0.77% -
XYZ 23.22 12.51 1.64 -
YUV 75.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 196 26 15 0 0.87 0.92 0.23 3.65 0.86 0.41
Hex C4 1A F 0 57 5C 17 4 56 29
Octal 304 32 17 0 127 134 27 4 126 51
Binary 11000100 11010 1111 0 1010111 1011100 10111 100 1010110 101001

Color Harmonies of #C41A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A0F

Black with #C41A0F

Text Example


Text Example

White with #C41A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A0F; }

 p { color: rgb(196,26,15); }

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

background-color css

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

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

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

border-color css

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

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

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