Html Css Color HEX #C90942 Crimson

📋 copy color: '#C90942'

red 201 ◦ green 9 ◦ blue 66

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

Shades of Crimson #C90942

Tints of Crimson #C90942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 72.83%
G = 3.26%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C90942 (or 0xC90942) is known color: Crimson. HEX triplet: C9, 09 and 42. RGB value is (201,9,66). Sum of RGB (Red+Green+Blue) = 201+9+66=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C90942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90942 is #36F6BD. Grayscale: #484848. Windows color (decimal): -3602110 or 4327881. OLE color: 4327881.

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

Color convert

RGB 201 9 66 -
CMYK 0 0.96 0.67 0.21
HSL 342.19º 0.91% 0.41% -
HSV(B) 342.19º 0.96% 0.79% -
XYZ 25.17 13.01 6.34 -
YUV 72.91 124.11 219.37 -
System Red Green Blue C M Y K H S L
Decimal 201 9 66 0 0.96 0.67 0.21 342.19 0.91 0.41
Hex C9 9 42 0 60 43 15 156 5B 29
Octal 311 11 102 0 140 103 25 526 133 51
Binary 11001001 1001 1000010 0 1100000 1000011 10101 101010110 1011011 101001

Color Harmonies of #C90942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90942

Black with #C90942

Text Example


Text Example

White with #C90942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90942; }

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

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

background-color css

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

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

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

border-color css

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

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

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