Html Css Color HEX #C1261C Fire Brick

📋 copy color: '#C1261C'

red 193 ◦ green 38 ◦ blue 28

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

Shades of Fire Brick #C1261C

Tints of Fire Brick #C1261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

 BLUE value IS 28 (11.33% from 255) = 10.81%

R = 74.52%
G = 14.67%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1261C (or 0xC1261C) is known color: Fire Brick. HEX triplet: C1, 26 and 1C. RGB value is (193,38,28). Sum of RGB (Red+Green+Blue) = 193+38+28=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1261C is #3ED9E3. Grayscale: #535353. Windows color (decimal): -4119012 or 1844929. OLE color: 1844929.

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

Color convert

RGB 193 38 28 -
CMYK 0 0.80 0.85 0.24
HSL 3.64º 0.75% 0.43% -
HSV(B) 3.64º 0.85% 0.76% -
XYZ 22.9 12.81 2.36 -
YUV 83.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 193 38 28 0 0.80 0.85 0.24 3.64 0.75 0.43
Hex C1 26 1C 0 50 55 18 4 4B 2B
Octal 301 46 34 0 120 125 30 4 113 53
Binary 11000001 100110 11100 0 1010000 1010101 11000 100 1001011 101011

Color Harmonies of #C1261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1261C

Black with #C1261C

Text Example


Text Example

White with #C1261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1261C; }

 p { color: rgb(193,38,28); }

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

background-color css

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

 a { background-color: rgb(193,38,28); }

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

border-color css

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

 span { border-color: rgb(193,38,28); }

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