Html Css Color HEX #C90944 Crimson

📋 copy color: '#C90944'

red 201 ◦ green 9 ◦ blue 68

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

Shades of Crimson #C90944

Tints of Crimson #C90944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

 BLUE value IS 68 (26.95% from 255) = 24.46%

R = 72.3%
G = 3.24%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C90944 (or 0xC90944) is known color: Crimson. HEX triplet: C9, 09 and 44. RGB value is (201,9,68). Sum of RGB (Red+Green+Blue) = 201+9+68=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C90944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90944 is #36F6BB. Grayscale: #494949. Windows color (decimal): -3602108 or 4458953. OLE color: 4458953.

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

Color convert

RGB 201 9 68 -
CMYK 0 0.96 0.66 0.21
HSL 341.56º 0.91% 0.41% -
HSV(B) 341.56º 0.96% 0.79% -
XYZ 25.23 13.03 6.65 -
YUV 73.13 125.11 219.2 -
System Red Green Blue C M Y K H S L
Decimal 201 9 68 0 0.96 0.66 0.21 341.56 0.91 0.41
Hex C9 9 44 0 60 42 15 156 5B 29
Octal 311 11 104 0 140 102 25 526 133 51
Binary 11001001 1001 1000100 0 1100000 1000010 10101 101010110 1011011 101001

Color Harmonies of #C90944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90944

Black with #C90944

Text Example


Text Example

White with #C90944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90944; }

 p { color: rgb(201,9,68); }

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

background-color css

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

 a { background-color: rgb(201,9,68); }

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

border-color css

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

 span { border-color: rgb(201,9,68); }

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