Html Css Color HEX #C1303F Brick Red

📋 copy color: '#C1303F'

red 193 ◦ green 48 ◦ blue 63

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

Shades of Brick Red #C1303F

Tints of Brick Red #C1303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.79%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 63.49%
G = 15.79%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1303F (or 0xC1303F) is known color: Brick Red. HEX triplet: C1, 30 and 3F. RGB value is (193,48,63). Sum of RGB (Red+Green+Blue) = 193+48+63=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1303F is #3ECFC0. Grayscale: #5D5D5D. Windows color (decimal): -4116417 or 4141249. OLE color: 4141249.

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

Color convert

RGB 193 48 63 -
CMYK 0 0.75 0.67 0.24
HSL 353.79º 0.6% 0.47% -
HSV(B) 353.79º 0.75% 0.76% -
XYZ 23.95 13.81 6.11 -
YUV 93.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 193 48 63 0 0.75 0.67 0.24 353.79 0.6 0.47
Hex C1 30 3F 0 4B 43 18 162 3C 2F
Octal 301 60 77 0 113 103 30 542 74 57
Binary 11000001 110000 111111 0 1001011 1000011 11000 101100010 111100 101111

Color Harmonies of #C1303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1303F

Black with #C1303F

Text Example


Text Example

White with #C1303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1303F; }

 p { color: rgb(193,48,63); }

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

background-color css

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

 a { background-color: rgb(193,48,63); }

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

border-color css

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

 span { border-color: rgb(193,48,63); }

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