Html Css Color HEX #C1323F Brick Red

📋 copy color: '#C1323F'

red 193 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #C1323F

Tints of Brick Red #C1323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 63.07%
G = 16.34%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C1323F (or 0xC1323F) is known color: Brick Red. HEX triplet: C1, 32 and 3F. RGB value is (193,50,63). Sum of RGB (Red+Green+Blue) = 193+50+63=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1323F is #3ECDC0. Grayscale: #5E5E5E. Windows color (decimal): -4115905 or 4141761. OLE color: 4141761.

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

Color convert

RGB 193 50 63 -
CMYK 0 0.74 0.67 0.24
HSL 354.55º 0.59% 0.48% -
HSV(B) 354.55º 0.74% 0.76% -
XYZ 24.03 13.98 6.13 -
YUV 94.24 110.38 198.44 -
System Red Green Blue C M Y K H S L
Decimal 193 50 63 0 0.74 0.67 0.24 354.55 0.59 0.48
Hex C1 32 3F 0 4A 43 18 163 3B 30
Octal 301 62 77 0 112 103 30 543 73 60
Binary 11000001 110010 111111 0 1001010 1000011 11000 101100011 111011 110000

Color Harmonies of #C1323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1323F

Black with #C1323F

Text Example


Text Example

White with #C1323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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