Html Css Color HEX #C93741 Brick Red

📋 copy color: '#C93741'

red 201 ◦ green 55 ◦ blue 65

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

Shades of Brick Red #C93741

Tints of Brick Red #C93741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 62.62%
G = 17.13%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93741 (or 0xC93741) is known color: Brick Red. HEX triplet: C9, 37 and 41. RGB value is (201,55,65). Sum of RGB (Red+Green+Blue) = 201+55+65=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C93741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93741 is #36C8BE. Grayscale: #636363. Windows color (decimal): -3590335 or 4274121. OLE color: 4274121.

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

Color convert

RGB 201 55 65 -
CMYK 0 0.73 0.68 0.21
HSL 355.89º 0.57% 0.5% -
HSV(B) 355.89º 0.73% 0.79% -
XYZ 26.41 15.53 6.61 -
YUV 99.79 108.37 200.19 -
System Red Green Blue C M Y K H S L
Decimal 201 55 65 0 0.73 0.68 0.21 355.89 0.57 0.5
Hex C9 37 41 0 49 44 15 164 39 32
Octal 311 67 101 0 111 104 25 544 71 62
Binary 11001001 110111 1000001 0 1001001 1000100 10101 101100100 111001 110010

Color Harmonies of #C93741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93741

Black with #C93741

Text Example


Text Example

White with #C93741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93741; }

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

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

background-color css

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

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

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

border-color css

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

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

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