Html Css Color HEX #C1201B Fire Brick

📋 copy color: '#C1201B'

red 193 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #C1201B

Tints of Fire Brick #C1201B

RGB

 RED value IS 193 (75.78% from 255) = 76.59%

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

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

R = 76.59%
G = 12.7%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1201B (or 0xC1201B) is known color: Fire Brick. HEX triplet: C1, 20 and 1B. RGB value is (193,32,27). Sum of RGB (Red+Green+Blue) = 193+32+27=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C1201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1201B is #3EDFE4. Grayscale: #4F4F4F. Windows color (decimal): -4120549 or 1777857. OLE color: 1777857.

HSL color Cylindrical-coordinate representation of color #C1201B: hue angle of 1.81º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1201B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 27 -
CMYK 0 0.83 0.86 0.24
HSL 1.81º 0.75% 0.43% -
HSV(B) 1.81º 0.86% 0.76% -
XYZ 22.71 12.45 2.24 -
YUV 79.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 193 32 27 0 0.83 0.86 0.24 1.81 0.75 0.43
Hex C1 20 1B 0 53 56 18 2 4B 2B
Octal 301 40 33 0 123 126 30 2 113 53
Binary 11000001 100000 11011 0 1010011 1010110 11000 10 1001011 101011

Color Harmonies of #C1201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1201B

Black with #C1201B

Text Example


Text Example

White with #C1201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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