Html Css Color HEX #C1261B Fire Brick

📋 copy color: '#C1261B'

red 193 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #C1261B

Tints of Fire Brick #C1261B

RGB

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

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

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

R = 74.81%
G = 14.73%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1261B (or 0xC1261B) is known color: Fire Brick. HEX triplet: C1, 26 and 1B. RGB value is (193,38,27). Sum of RGB (Red+Green+Blue) = 193+38+27=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1261B is #3ED9E4. Grayscale: #535353. Windows color (decimal): -4119013 or 1779393. OLE color: 1779393.

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

Color convert

RGB 193 38 27 -
CMYK 0 0.80 0.86 0.24
HSL 3.98º 0.75% 0.43% -
HSV(B) 3.98º 0.86% 0.76% -
XYZ 22.88 12.8 2.3 -
YUV 83.09 96.35 206.39 -
System Red Green Blue C M Y K H S L
Decimal 193 38 27 0 0.80 0.86 0.24 3.98 0.75 0.43
Hex C1 26 1B 0 50 56 18 4 4B 2B
Octal 301 46 33 0 120 126 30 4 113 53
Binary 11000001 100110 11011 0 1010000 1010110 11000 100 1001011 101011

Color Harmonies of #C1261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1261B

Black with #C1261B

Text Example


Text Example

White with #C1261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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