Html Css Color HEX #C90531 Crimson

📋 copy color: '#C90531'

red 201 ◦ green 5 ◦ blue 49

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

Shades of Crimson #C90531

Tints of Crimson #C90531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 78.82%
G = 1.96%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#C90531 (or 0xC90531) is known color: Crimson. HEX triplet: C9, 05 and 31. RGB value is (201,5,49). Sum of RGB (Red+Green+Blue) = 201+5+49=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C90531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90531 is #36FACE. Grayscale: #444444. Windows color (decimal): -3603151 or 3212745. OLE color: 3212745.

HSL color Cylindrical-coordinate representation of color #C90531: hue angle of 346.53º degrees, saturation: 0.95, 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 #C90531 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 5 49 -
CMYK 0 0.98 0.76 0.21
HSL 346.53º 0.95% 0.4% -
HSV(B) 346.53º 0.98% 0.79% -
XYZ 24.7 12.75 4.06 -
YUV 68.62 116.93 222.42 -
System Red Green Blue C M Y K H S L
Decimal 201 5 49 0 0.98 0.76 0.21 346.53 0.95 0.4
Hex C9 5 31 0 62 4C 15 15B 5F 28
Octal 311 5 61 0 142 114 25 533 137 50
Binary 11001001 101 110001 0 1100010 1001100 10101 101011011 1011111 101000

Color Harmonies of #C90531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90531

Black with #C90531

Text Example


Text Example

White with #C90531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90531; }

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

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

background-color css

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

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

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

border-color css

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

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

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