Html Css Color HEX #C1271F Fire Brick

📋 copy color: '#C1271F'

red 193 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #C1271F

Tints of Fire Brick #C1271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 73.38%
G = 14.83%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1271F (or 0xC1271F) is known color: Fire Brick. HEX triplet: C1, 27 and 1F. RGB value is (193,39,31). Sum of RGB (Red+Green+Blue) = 193+39+31=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C1271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1271F is #3ED8E0. Grayscale: #545454. Windows color (decimal): -4118753 or 2041793. OLE color: 2041793.

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

Color convert

RGB 193 39 31 -
CMYK 0 0.80 0.84 0.24
HSL 2.96º 0.72% 0.44% -
HSV(B) 2.96º 0.84% 0.76% -
XYZ 22.97 12.89 2.57 -
YUV 84.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 193 39 31 0 0.80 0.84 0.24 2.96 0.72 0.44
Hex C1 27 1F 0 50 54 18 3 48 2C
Octal 301 47 37 0 120 124 30 3 110 54
Binary 11000001 100111 11111 0 1010000 1010100 11000 11 1001000 101100

Color Harmonies of #C1271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1271F

Black with #C1271F

Text Example


Text Example

White with #C1271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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