Html Css Color HEX #C93748 Brick Red

📋 copy color: '#C93748'

red 201 ◦ green 55 ◦ blue 72

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

Shades of Brick Red #C93748

Tints of Brick Red #C93748

RGB

 RED value IS 201 (78.91% from 255) = 61.28%

 GREEN value IS 55 (21.88% from 255) = 16.77%

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

R = 61.28%
G = 16.77%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93748 (or 0xC93748) is known color: Brick Red. HEX triplet: C9, 37 and 48. RGB value is (201,55,72). Sum of RGB (Red+Green+Blue) = 201+55+72=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C93748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93748 is #36C8B7. Grayscale: #646464. Windows color (decimal): -3590328 or 4732873. OLE color: 4732873.

HSL color Cylindrical-coordinate representation of color #C93748: hue angle of 353.01º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93748 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 55 72 -
CMYK 0 0.73 0.64 0.21
HSL 353.01º 0.57% 0.5% -
HSV(B) 353.01º 0.73% 0.79% -
XYZ 26.62 15.62 7.74 -
YUV 100.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 201 55 72 0 0.73 0.64 0.21 353.01 0.57 0.5
Hex C9 37 48 0 49 40 15 161 39 32
Octal 311 67 110 0 111 100 25 541 71 62
Binary 11001001 110111 1001000 0 1001001 1000000 10101 101100001 111001 110010

Color Harmonies of #C93748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93748

Black with #C93748

Text Example


Text Example

White with #C93748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93748; }

 p { color: rgb(201,55,72); }

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

background-color css

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

 a { background-color: rgb(201,55,72); }

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

border-color css

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

 span { border-color: rgb(201,55,72); }

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