Html Css Color HEX #C1271A Fire Brick

📋 copy color: '#C1271A'

red 193 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #C1271A

Tints of Fire Brick #C1271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 26 (10.55% from 255) = 10.08%

R = 74.81%
G = 15.12%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1271A (or 0xC1271A) is known color: Fire Brick. HEX triplet: C1, 27 and 1A. RGB value is (193,39,26). Sum of RGB (Red+Green+Blue) = 193+39+26=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1271A is #3ED8E5. Grayscale: #535353. Windows color (decimal): -4118758 or 1714113. OLE color: 1714113.

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

Color convert

RGB 193 39 26 -
CMYK 0 0.80 0.87 0.24
HSL 4.67º 0.76% 0.43% -
HSV(B) 4.67º 0.87% 0.76% -
XYZ 22.9 12.86 2.25 -
YUV 83.56 95.52 206.06 -
System Red Green Blue C M Y K H S L
Decimal 193 39 26 0 0.80 0.87 0.24 4.67 0.76 0.43
Hex C1 27 1A 0 50 57 18 5 4C 2B
Octal 301 47 32 0 120 127 30 5 114 53
Binary 11000001 100111 11010 0 1010000 1010111 11000 101 1001100 101011

Color Harmonies of #C1271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1271A

Black with #C1271A

Text Example


Text Example

White with #C1271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1271A; }

 p { color: rgb(193,39,26); }

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

background-color css

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

 a { background-color: rgb(193,39,26); }

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

border-color css

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

 span { border-color: rgb(193,39,26); }

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