Html Css Color HEX #C1201E Fire Brick

📋 copy color: '#C1201E'

red 193 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #C1201E

Tints of Fire Brick #C1201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 75.69%
G = 12.55%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1201E (or 0xC1201E) is known color: Fire Brick. HEX triplet: C1, 20 and 1E. RGB value is (193,32,30). Sum of RGB (Red+Green+Blue) = 193+32+30=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1201E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1201E is #3EDFE1. Grayscale: #505050. Windows color (decimal): -4120546 or 1974465. OLE color: 1974465.

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

Color convert

RGB 193 32 30 -
CMYK 0 0.83 0.84 0.24
HSL 0.74º 0.73% 0.44% -
HSV(B) 0.74º 0.84% 0.76% -
XYZ 22.74 12.46 2.44 -
YUV 79.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 193 32 30 0 0.83 0.84 0.24 0.74 0.73 0.44
Hex C1 20 1E 0 53 54 18 1 49 2C
Octal 301 40 36 0 123 124 30 1 111 54
Binary 11000001 100000 11110 0 1010011 1010100 11000 1 1001001 101100

Color Harmonies of #C1201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1201E

Black with #C1201E

Text Example


Text Example

White with #C1201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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