Html Css Color HEX #C1281F Fire Brick

📋 copy color: '#C1281F'

red 193 ◦ green 40 ◦ blue 31

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

Shades of Fire Brick #C1281F

Tints of Fire Brick #C1281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 73.11%
G = 15.15%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1281F (or 0xC1281F) is known color: Fire Brick. HEX triplet: C1, 28 and 1F. RGB value is (193,40,31). Sum of RGB (Red+Green+Blue) = 193+40+31=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C1281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1281F is #3ED7E0. Grayscale: #545454. Windows color (decimal): -4118497 or 2042049. OLE color: 2042049.

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

Color convert

RGB 193 40 31 -
CMYK 0 0.79 0.84 0.24
HSL 3.33º 0.72% 0.44% -
HSV(B) 3.33º 0.84% 0.76% -
XYZ 23 12.95 2.58 -
YUV 84.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 193 40 31 0 0.79 0.84 0.24 3.33 0.72 0.44
Hex C1 28 1F 0 4F 54 18 3 48 2C
Octal 301 50 37 0 117 124 30 3 110 54
Binary 11000001 101000 11111 0 1001111 1010100 11000 11 1001000 101100

Color Harmonies of #C1281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1281F

Black with #C1281F

Text Example


Text Example

White with #C1281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1281F; }

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

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

background-color css

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

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

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

border-color css

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

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

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