Html Css Color HEX #C1211B Fire Brick

📋 copy color: '#C1211B'

red 193 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #C1211B

Tints of Fire Brick #C1211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.04%

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

R = 76.28%
G = 13.04%
B = 10.67%

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

#C1211B (or 0xC1211B) is known color: Fire Brick. HEX triplet: C1, 21 and 1B. RGB value is (193,33,27). Sum of RGB (Red+Green+Blue) = 193+33+27=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C1211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1211B is #3EDEE4. Grayscale: #505050. Windows color (decimal): -4120293 or 1778113. OLE color: 1778113.

HSL color Cylindrical-coordinate representation of color #C1211B: hue angle of 2.17º 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 #C1211B is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 33 27 -
CMYK 0 0.83 0.86 0.24
HSL 2.17º 0.75% 0.43% -
HSV(B) 2.17º 0.86% 0.76% -
XYZ 22.73 12.5 2.25 -
YUV 80.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 193 33 27 0 0.83 0.86 0.24 2.17 0.75 0.43
Hex C1 21 1B 0 53 56 18 2 4B 2B
Octal 301 41 33 0 123 126 30 2 113 53
Binary 11000001 100001 11011 0 1010011 1010110 11000 10 1001011 101011

Color Harmonies of #C1211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1211B

Black with #C1211B

Text Example


Text Example

White with #C1211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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