Html Css Color HEX #C92540 Brick Red

📋 copy color: '#C92540'

red 201 ◦ green 37 ◦ blue 64

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

Shades of Brick Red #C92540

Tints of Brick Red #C92540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.25%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 66.56%
G = 12.25%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C92540 (or 0xC92540) is known color: Brick Red. HEX triplet: C9, 25 and 40. RGB value is (201,37,64). Sum of RGB (Red+Green+Blue) = 201+37+64=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C92540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92540 is #36DABF. Grayscale: #595959. Windows color (decimal): -3594944 or 4203977. OLE color: 4203977.

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

Color convert

RGB 201 37 64 -
CMYK 0 0.82 0.68 0.21
HSL 350.12º 0.69% 0.47% -
HSV(B) 350.12º 0.82% 0.79% -
XYZ 25.67 14.11 6.22 -
YUV 89.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 201 37 64 0 0.82 0.68 0.21 350.12 0.69 0.47
Hex C9 25 40 0 52 44 15 15E 45 2F
Octal 311 45 100 0 122 104 25 536 105 57
Binary 11001001 100101 1000000 0 1010010 1000100 10101 101011110 1000101 101111

Color Harmonies of #C92540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92540

Black with #C92540

Text Example


Text Example

White with #C92540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92540; }

 p { color: rgb(201,37,64); }

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

background-color css

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

 a { background-color: rgb(201,37,64); }

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

border-color css

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

 span { border-color: rgb(201,37,64); }

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