Html Css Color HEX #C93645 Brick Red

📋 copy color: '#C93645'

red 201 ◦ green 54 ◦ blue 69

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

Shades of Brick Red #C93645

Tints of Brick Red #C93645

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 69 (27.34% from 255) = 21.3%

R = 62.04%
G = 16.67%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C93645 (or 0xC93645) is known color: Brick Red. HEX triplet: C9, 36 and 45. RGB value is (201,54,69). Sum of RGB (Red+Green+Blue) = 201+54+69=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C93645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93645 is #36C9BA. Grayscale: #636363. Windows color (decimal): -3590587 or 4536009. OLE color: 4536009.

HSL color Cylindrical-coordinate representation of color #C93645: hue angle of 353.88º degrees, saturation: 0.58, 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 #C93645 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 54 69 -
CMYK 0 0.73 0.66 0.21
HSL 353.88º 0.58% 0.5% -
HSV(B) 353.88º 0.73% 0.79% -
XYZ 26.48 15.49 7.22 -
YUV 99.66 110.7 200.28 -
System Red Green Blue C M Y K H S L
Decimal 201 54 69 0 0.73 0.66 0.21 353.88 0.58 0.5
Hex C9 36 45 0 49 42 15 162 3A 32
Octal 311 66 105 0 111 102 25 542 72 62
Binary 11001001 110110 1000101 0 1001001 1000010 10101 101100010 111010 110010

Color Harmonies of #C93645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93645

Black with #C93645

Text Example


Text Example

White with #C93645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93645; }

 p { color: rgb(201,54,69); }

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

background-color css

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

 a { background-color: rgb(201,54,69); }

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

border-color css

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

 span { border-color: rgb(201,54,69); }

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