Html Css Color HEX #C90449 Crimson

📋 copy color: '#C90449'

red 201 ◦ green 4 ◦ blue 73

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

Shades of Crimson #C90449

Tints of Crimson #C90449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 72.3%
G = 1.44%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C90449 (or 0xC90449) is known color: Crimson. HEX triplet: C9, 04 and 49. RGB value is (201,4,73). Sum of RGB (Red+Green+Blue) = 201+4+73=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C90449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90449 is #36FBB6. Grayscale: #464646. Windows color (decimal): -3603383 or 4785353. OLE color: 4785353.

HSL color Cylindrical-coordinate representation of color #C90449: hue angle of 338.98º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90449 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 4 73 -
CMYK 0 0.98 0.64 0.21
HSL 338.98º 0.96% 0.4% -
HSV(B) 338.98º 0.98% 0.79% -
XYZ 25.33 12.99 7.47 -
YUV 70.77 129.27 220.89 -
System Red Green Blue C M Y K H S L
Decimal 201 4 73 0 0.98 0.64 0.21 338.98 0.96 0.4
Hex C9 4 49 0 62 40 15 153 60 28
Octal 311 4 111 0 142 100 25 523 140 50
Binary 11001001 100 1001001 0 1100010 1000000 10101 101010011 1100000 101000

Color Harmonies of #C90449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90449

Black with #C90449

Text Example


Text Example

White with #C90449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90449; }

 p { color: rgb(201,4,73); }

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

background-color css

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

 a { background-color: rgb(201,4,73); }

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

border-color css

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

 span { border-color: rgb(201,4,73); }

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