Html Css Color HEX #C13D43 Brick Red

📋 copy color: '#C13D43'

red 193 ◦ green 61 ◦ blue 67

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

Shades of Brick Red #C13D43

Tints of Brick Red #C13D43

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

 BLUE value IS 67 (26.56% from 255) = 20.87%

R = 60.12%
G = 19%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C13D43 (or 0xC13D43) is known color: Brick Red. HEX triplet: C1, 3D and 43. RGB value is (193,61,67). Sum of RGB (Red+Green+Blue) = 193+61+67=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D43 is #3EC2BC. Grayscale: #656565. Windows color (decimal): -4113085 or 4406721. OLE color: 4406721.

HSL color Cylindrical-coordinate representation of color #C13D43: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13D43 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 67 -
CMYK 0 0.68 0.65 0.24
HSL 357.27º 0.52% 0.5% -
HSV(B) 357.27º 0.68% 0.76% -
XYZ 24.67 15.08 6.92 -
YUV 101.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 193 61 67 0 0.68 0.65 0.24 357.27 0.52 0.5
Hex C1 3D 43 0 44 41 18 165 34 32
Octal 301 75 103 0 104 101 30 545 64 62
Binary 11000001 111101 1000011 0 1000100 1000001 11000 101100101 110100 110010

Color Harmonies of #C13D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D43

Black with #C13D43

Text Example


Text Example

White with #C13D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D43; }

 p { color: rgb(193,61,67); }

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

background-color css

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

 a { background-color: rgb(193,61,67); }

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

border-color css

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

 span { border-color: rgb(193,61,67); }

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