Html Css Color HEX #C4201F Fire Brick

📋 copy color: '#C4201F'

red 196 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #C4201F

Tints of Fire Brick #C4201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 75.68%
G = 12.36%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4201F (or 0xC4201F) is known color: Fire Brick. HEX triplet: C4, 20 and 1F. RGB value is (196,32,31). Sum of RGB (Red+Green+Blue) = 196+32+31=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4201F is #3BDFE0. Grayscale: #515151. Windows color (decimal): -3923937 or 2040004. OLE color: 2040004.

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

Color convert

RGB 196 32 31 -
CMYK 0 0.84 0.84 0.23
HSL 0.36º 0.73% 0.45% -
HSV(B) 0.36º 0.84% 0.77% -
XYZ 23.53 12.87 2.54 -
YUV 80.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 196 32 31 0 0.84 0.84 0.23 0.36 0.73 0.45
Hex C4 20 1F 0 54 54 17 0 49 2D
Octal 304 40 37 0 124 124 27 0 111 55
Binary 11000100 100000 11111 0 1010100 1010100 10111 0 1001001 101101

Color Harmonies of #C4201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4201F

Black with #C4201F

Text Example


Text Example

White with #C4201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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