Html Css Color HEX #C93841 Brick Red

📋 copy color: '#C93841'

red 201 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #C93841

Tints of Brick Red #C93841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.39%

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

R = 62.42%
G = 17.39%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C93841 (or 0xC93841) is known color: Brick Red. HEX triplet: C9, 38 and 41. RGB value is (201,56,65). Sum of RGB (Red+Green+Blue) = 201+56+65=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C93841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93841 is #36C7BE. Grayscale: #646464. Windows color (decimal): -3590079 or 4274377. OLE color: 4274377.

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

Color convert

RGB 201 56 65 -
CMYK 0 0.72 0.68 0.21
HSL 356.28º 0.57% 0.5% -
HSV(B) 356.28º 0.72% 0.79% -
XYZ 26.46 15.63 6.62 -
YUV 100.38 108.04 199.77 -
System Red Green Blue C M Y K H S L
Decimal 201 56 65 0 0.72 0.68 0.21 356.28 0.57 0.5
Hex C9 38 41 0 48 44 15 164 39 32
Octal 311 70 101 0 110 104 25 544 71 62
Binary 11001001 111000 1000001 0 1001000 1000100 10101 101100100 111001 110010

Color Harmonies of #C93841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93841

Black with #C93841

Text Example


Text Example

White with #C93841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93841; }

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

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

background-color css

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

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

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

border-color css

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

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

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