Html Css Color HEX #C90D4D Crimson

📋 copy color: '#C90D4D'

red 201 ◦ green 13 ◦ blue 77

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

Shades of Crimson #C90D4D

Tints of Crimson #C90D4D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.47%

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 69.07%
G = 4.47%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C90D4D (or 0xC90D4D) is known color: Crimson. HEX triplet: C9, 0D and 4D. RGB value is (201,13,77). Sum of RGB (Red+Green+Blue) = 201+13+77=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90D4D is #36F2B2. Grayscale: #4C4C4C. Windows color (decimal): -3601075 or 5049801. OLE color: 5049801.

HSL color Cylindrical-coordinate representation of color #C90D4D: hue angle of 339.57º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90D4D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 13 77 -
CMYK 0 0.94 0.62 0.21
HSL 339.57º 0.88% 0.42% -
HSV(B) 339.57º 0.94% 0.79% -
XYZ 25.57 13.24 8.23 -
YUV 76.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 201 13 77 0 0.94 0.62 0.21 339.57 0.88 0.42
Hex C9 D 4D 0 5E 3E 15 154 58 2A
Octal 311 15 115 0 136 76 25 524 130 52
Binary 11001001 1101 1001101 0 1011110 111110 10101 101010100 1011000 101010

Color Harmonies of #C90D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90D4D

Black with #C90D4D

Text Example


Text Example

White with #C90D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90D4D; }

 p { color: rgb(201,13,77); }

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

background-color css

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

 a { background-color: rgb(201,13,77); }

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

border-color css

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

 span { border-color: rgb(201,13,77); }

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