Html Css Color HEX #C1231C Fire Brick

📋 copy color: '#C1231C'

red 193 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #C1231C

Tints of Fire Brick #C1231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 75.39%
G = 13.67%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1231C (or 0xC1231C) is known color: Fire Brick. HEX triplet: C1, 23 and 1C. RGB value is (193,35,28). Sum of RGB (Red+Green+Blue) = 193+35+28=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1231C is #3EDCE3. Grayscale: #515151. Windows color (decimal): -4119780 or 1844161. OLE color: 1844161.

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

Color convert

RGB 193 35 28 -
CMYK 0 0.82 0.85 0.24
HSL 2.55º 0.75% 0.43% -
HSV(B) 2.55º 0.85% 0.76% -
XYZ 22.8 12.62 2.33 -
YUV 81.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 193 35 28 0 0.82 0.85 0.24 2.55 0.75 0.43
Hex C1 23 1C 0 52 55 18 3 4B 2B
Octal 301 43 34 0 122 125 30 3 113 53
Binary 11000001 100011 11100 0 1010010 1010101 11000 11 1001011 101011

Color Harmonies of #C1231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1231C

Black with #C1231C

Text Example


Text Example

White with #C1231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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