Html Css Color HEX #C90941 Crimson

📋 copy color: '#C90941'

red 201 ◦ green 9 ◦ blue 65

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

Shades of Crimson #C90941

Tints of Crimson #C90941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 73.09%
G = 3.27%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C90941 (or 0xC90941) is known color: Crimson. HEX triplet: C9, 09 and 41. RGB value is (201,9,65). Sum of RGB (Red+Green+Blue) = 201+9+65=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C90941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90941 is #36F6BE. Grayscale: #484848. Windows color (decimal): -3602111 or 4262345. OLE color: 4262345.

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

Color convert

RGB 201 9 65 -
CMYK 0 0.96 0.68 0.21
HSL 342.5º 0.91% 0.41% -
HSV(B) 342.5º 0.96% 0.79% -
XYZ 25.14 12.99 6.18 -
YUV 72.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 201 9 65 0 0.96 0.68 0.21 342.5 0.91 0.41
Hex C9 9 41 0 60 44 15 156 5B 29
Octal 311 11 101 0 140 104 25 526 133 51
Binary 11001001 1001 1000001 0 1100000 1000100 10101 101010110 1011011 101001

Color Harmonies of #C90941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90941

Black with #C90941

Text Example


Text Example

White with #C90941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90941; }

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

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

background-color css

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

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

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

border-color css

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

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

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