Html Css Color HEX #C90331 Crimson

📋 copy color: '#C90331'

red 201 ◦ green 3 ◦ blue 49

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

Shades of Crimson #C90331

Tints of Crimson #C90331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 79.45%
G = 1.19%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90331 (or 0xC90331) is known color: Crimson. HEX triplet: C9, 03 and 31. RGB value is (201,3,49). Sum of RGB (Red+Green+Blue) = 201+3+49=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C90331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90331 is #36FCCE. Grayscale: #434343. Windows color (decimal): -3603663 or 3212233. OLE color: 3212233.

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

Color convert

RGB 201 3 49 -
CMYK 0 0.99 0.76 0.21
HSL 346.06º 0.97% 0.4% -
HSV(B) 346.06º 0.99% 0.79% -
XYZ 24.67 12.7 4.06 -
YUV 67.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 201 3 49 0 0.99 0.76 0.21 346.06 0.97 0.4
Hex C9 3 31 0 63 4C 15 15A 61 28
Octal 311 3 61 0 143 114 25 532 141 50
Binary 11001001 11 110001 0 1100011 1001100 10101 101011010 1100001 101000

Color Harmonies of #C90331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90331

Black with #C90331

Text Example


Text Example

White with #C90331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90331; }

 p { color: rgb(201,3,49); }

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

background-color css

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

 a { background-color: rgb(201,3,49); }

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

border-color css

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

 span { border-color: rgb(201,3,49); }

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