Html Css Color HEX #C1231A Fire Brick

📋 copy color: '#C1231A'

red 193 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #C1231A

Tints of Fire Brick #C1231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 75.98%
G = 13.78%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1231A (or 0xC1231A) is known color: Fire Brick. HEX triplet: C1, 23 and 1A. RGB value is (193,35,26). Sum of RGB (Red+Green+Blue) = 193+35+26=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1231A is #3EDCE5. Grayscale: #515151. Windows color (decimal): -4119782 or 1713089. OLE color: 1713089.

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

Color convert

RGB 193 35 26 -
CMYK 0 0.82 0.87 0.24
HSL 3.23º 0.76% 0.43% -
HSV(B) 3.23º 0.87% 0.76% -
XYZ 22.78 12.61 2.21 -
YUV 81.22 96.85 207.73 -
System Red Green Blue C M Y K H S L
Decimal 193 35 26 0 0.82 0.87 0.24 3.23 0.76 0.43
Hex C1 23 1A 0 52 57 18 3 4C 2B
Octal 301 43 32 0 122 127 30 3 114 53
Binary 11000001 100011 11010 0 1010010 1010111 11000 11 1001100 101011

Color Harmonies of #C1231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1231A

Black with #C1231A

Text Example


Text Example

White with #C1231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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