Html Css Color HEX #C4201C Fire Brick

📋 copy color: '#C4201C'

red 196 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #C4201C

Tints of Fire Brick #C4201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 76.56%
G = 12.5%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4201C (or 0xC4201C) is known color: Fire Brick. HEX triplet: C4, 20 and 1C. RGB value is (196,32,28). Sum of RGB (Red+Green+Blue) = 196+32+28=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4201C is #3BDFE3. Grayscale: #505050. Windows color (decimal): -3923940 or 1843396. OLE color: 1843396.

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

Color convert

RGB 196 32 28 -
CMYK 0 0.84 0.86 0.23
HSL 1.43º 0.75% 0.44% -
HSV(B) 1.43º 0.86% 0.77% -
XYZ 23.49 12.85 2.34 -
YUV 80.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 196 32 28 0 0.84 0.86 0.23 1.43 0.75 0.44
Hex C4 20 1C 0 54 56 17 1 4B 2C
Octal 304 40 34 0 124 126 27 1 113 54
Binary 11000100 100000 11100 0 1010100 1010110 10111 1 1001011 101100

Color Harmonies of #C4201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4201C

Black with #C4201C

Text Example


Text Example

White with #C4201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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