Html Css Color HEX #C4201B Fire Brick

📋 copy color: '#C4201B'

red 196 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #C4201B

Tints of Fire Brick #C4201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.59%

R = 76.86%
G = 12.55%
B = 10.59%

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

#C4201B (or 0xC4201B) is known color: Fire Brick. HEX triplet: C4, 20 and 1B. RGB value is (196,32,27). Sum of RGB (Red+Green+Blue) = 196+32+27=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C4201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4201B is #3BDFE4. Grayscale: #505050. Windows color (decimal): -3923941 or 1777860. OLE color: 1777860.

HSL color Cylindrical-coordinate representation of color #C4201B: hue angle of 1.78º degrees, saturation: 0.76, 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 #C4201B is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 27 -
CMYK 0 0.84 0.86 0.23
HSL 1.78º 0.76% 0.44% -
HSV(B) 1.78º 0.86% 0.77% -
XYZ 23.48 12.85 2.28 -
YUV 80.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 196 32 27 0 0.84 0.86 0.23 1.78 0.76 0.44
Hex C4 20 1B 0 54 56 17 2 4C 2C
Octal 304 40 33 0 124 126 27 2 114 54
Binary 11000100 100000 11011 0 1010100 1010110 10111 10 1001100 101100

Color Harmonies of #C4201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4201B

Black with #C4201B

Text Example


Text Example

White with #C4201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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