Html Css Color HEX #C90C48 Crimson

📋 copy color: '#C90C48'

red 201 ◦ green 12 ◦ blue 72

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

Shades of Crimson #C90C48

Tints of Crimson #C90C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 70.53%
G = 4.21%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C90C48 (or 0xC90C48) is known color: Crimson. HEX triplet: C9, 0C and 48. RGB value is (201,12,72). Sum of RGB (Red+Green+Blue) = 201+12+72=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90C48 is #36F3B7. Grayscale: #4B4B4B. Windows color (decimal): -3601336 or 4721865. OLE color: 4721865.

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

Color convert

RGB 201 12 72 -
CMYK 0 0.94 0.64 0.21
HSL 340.95º 0.89% 0.42% -
HSV(B) 340.95º 0.94% 0.79% -
XYZ 25.39 13.15 7.33 -
YUV 75.35 126.12 217.62 -
System Red Green Blue C M Y K H S L
Decimal 201 12 72 0 0.94 0.64 0.21 340.95 0.89 0.42
Hex C9 C 48 0 5E 40 15 155 59 2A
Octal 311 14 110 0 136 100 25 525 131 52
Binary 11001001 1100 1001000 0 1011110 1000000 10101 101010101 1011001 101010

Color Harmonies of #C90C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C48

Black with #C90C48

Text Example


Text Example

White with #C90C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C48; }

 p { color: rgb(201,12,72); }

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

background-color css

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

 a { background-color: rgb(201,12,72); }

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

border-color css

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

 span { border-color: rgb(201,12,72); }

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