Html Css Color HEX #C13F48 Brick Red

📋 copy color: '#C13F48'

red 193 ◦ green 63 ◦ blue 72

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

Shades of Brick Red #C13F48

Tints of Brick Red #C13F48

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 58.84%
G = 19.21%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C13F48 (or 0xC13F48) is known color: Brick Red. HEX triplet: C1, 3F and 48. RGB value is (193,63,72). Sum of RGB (Red+Green+Blue) = 193+63+72=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13F48 is #3EC0B7. Grayscale: #666666. Windows color (decimal): -4112568 or 4734913. OLE color: 4734913.

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

Color convert

RGB 193 63 72 -
CMYK 0 0.67 0.63 0.24
HSL 355.85º 0.51% 0.5% -
HSV(B) 355.85º 0.67% 0.76% -
XYZ 24.94 15.36 7.78 -
YUV 102.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 193 63 72 0 0.67 0.63 0.24 355.85 0.51 0.5
Hex C1 3F 48 0 43 3F 18 164 33 32
Octal 301 77 110 0 103 77 30 544 63 62
Binary 11000001 111111 1001000 0 1000011 111111 11000 101100100 110011 110010

Color Harmonies of #C13F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F48

Black with #C13F48

Text Example


Text Example

White with #C13F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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