Html Css Color HEX #C42015 Fire Brick

📋 copy color: '#C42015'

red 196 ◦ green 32 ◦ blue 21

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

Shades of Fire Brick #C42015

Tints of Fire Brick #C42015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 21 (8.59% from 255) = 8.43%

R = 78.71%
G = 12.85%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42015 (or 0xC42015) is known color: Fire Brick. HEX triplet: C4, 20 and 15. RGB value is (196,32,21). Sum of RGB (Red+Green+Blue) = 196+32+21=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C42015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42015 is #3BDFEA. Grayscale: #4F4F4F. Windows color (decimal): -3923947 or 1384644. OLE color: 1384644.

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

Color convert

RGB 196 32 21 -
CMYK 0 0.84 0.89 0.23
HSL 3.77º 0.81% 0.43% -
HSV(B) 3.77º 0.89% 0.77% -
XYZ 23.42 12.82 1.95 -
YUV 79.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 196 32 21 0 0.84 0.89 0.23 3.77 0.81 0.43
Hex C4 20 15 0 54 59 17 4 51 2B
Octal 304 40 25 0 124 131 27 4 121 53
Binary 11000100 100000 10101 0 1010100 1011001 10111 100 1010001 101011

Color Harmonies of #C42015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42015

Black with #C42015

Text Example


Text Example

White with #C42015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42015; }

 p { color: rgb(196,32,21); }

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

background-color css

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

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

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

border-color css

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

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

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