Html Css Color HEX #C93E48 Brick Red

📋 copy color: '#C93E48'

red 201 ◦ green 62 ◦ blue 72

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

Shades of Brick Red #C93E48

Tints of Brick Red #C93E48

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

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

R = 60%
G = 18.51%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C93E48 (or 0xC93E48) is known color: Brick Red. HEX triplet: C9, 3E and 48. RGB value is (201,62,72). Sum of RGB (Red+Green+Blue) = 201+62+72=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E48 is #36C1B7. Grayscale: #686868. Windows color (decimal): -3588536 or 4734665. OLE color: 4734665.

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

Color convert

RGB 201 62 72 -
CMYK 0 0.69 0.64 0.21
HSL 355.68º 0.56% 0.52% -
HSV(B) 355.68º 0.69% 0.79% -
XYZ 26.98 16.33 7.86 -
YUV 104.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 201 62 72 0 0.69 0.64 0.21 355.68 0.56 0.52
Hex C9 3E 48 0 45 40 15 164 38 34
Octal 311 76 110 0 105 100 25 544 70 64
Binary 11001001 111110 1001000 0 1000101 1000000 10101 101100100 111000 110100

Color Harmonies of #C93E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E48

Black with #C93E48

Text Example


Text Example

White with #C93E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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