Html Css Color HEX #C93D48 Brick Red

📋 copy color: '#C93D48'

red 201 ◦ green 61 ◦ blue 72

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

Shades of Brick Red #C93D48

Tints of Brick Red #C93D48

RGB

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

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

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

R = 60.18%
G = 18.26%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93D48 (or 0xC93D48) is known color: Brick Red. HEX triplet: C9, 3D and 48. RGB value is (201,61,72). Sum of RGB (Red+Green+Blue) = 201+61+72=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D48 is #36C2B7. Grayscale: #686868. Windows color (decimal): -3588792 or 4734409. OLE color: 4734409.

HSL color Cylindrical-coordinate representation of color #C93D48: hue angle of 355.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93D48 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 61 72 -
CMYK 0 0.70 0.64 0.21
HSL 355.29º 0.56% 0.51% -
HSV(B) 355.29º 0.7% 0.79% -
XYZ 26.93 16.22 7.84 -
YUV 104.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 201 61 72 0 0.70 0.64 0.21 355.29 0.56 0.51
Hex C9 3D 48 0 46 40 15 163 38 33
Octal 311 75 110 0 106 100 25 543 70 63
Binary 11001001 111101 1001000 0 1000110 1000000 10101 101100011 111000 110011

Color Harmonies of #C93D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93D48

Black with #C93D48

Text Example


Text Example

White with #C93D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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