Html Css Color HEX #C90D4B Crimson

📋 copy color: '#C90D4B'

red 201 ◦ green 13 ◦ blue 75

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

Shades of Crimson #C90D4B

Tints of Crimson #C90D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 69.55%
G = 4.5%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C90D4B (or 0xC90D4B) is known color: Crimson. HEX triplet: C9, 0D and 4B. RGB value is (201,13,75). Sum of RGB (Red+Green+Blue) = 201+13+75=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90D4B is #36F2B4. Grayscale: #4C4C4C. Windows color (decimal): -3601077 or 4918729. OLE color: 4918729.

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

Color convert

RGB 201 13 75 -
CMYK 0 0.94 0.63 0.21
HSL 340.21º 0.88% 0.42% -
HSV(B) 340.21º 0.94% 0.79% -
XYZ 25.5 13.21 7.86 -
YUV 76.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 201 13 75 0 0.94 0.63 0.21 340.21 0.88 0.42
Hex C9 D 4B 0 5E 3F 15 154 58 2A
Octal 311 15 113 0 136 77 25 524 130 52
Binary 11001001 1101 1001011 0 1011110 111111 10101 101010100 1011000 101010

Color Harmonies of #C90D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90D4B

Black with #C90D4B

Text Example


Text Example

White with #C90D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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