Html Css Color HEX #C90140 Crimson

📋 copy color: '#C90140'

red 201 ◦ green 1 ◦ blue 64

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

Shades of Crimson #C90140

Tints of Crimson #C90140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 75.56%
G = 0.38%
B = 24.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C90140 (or 0xC90140) is known color: Crimson. HEX triplet: C9, 01 and 40. RGB value is (201,1,64). Sum of RGB (Red+Green+Blue) = 201+1+64=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C90140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90140 is #36FEBF. Grayscale: #434343. Windows color (decimal): -3604160 or 4194761. OLE color: 4194761.

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

Color convert

RGB 201 1 64 -
CMYK 0 1.00 0.68 0.21
HSL 341.1º 0.99% 0.4% -
HSV(B) 341.1º 1% 0.79% -
XYZ 25.02 12.81 6 -
YUV 67.98 125.76 222.88 -
System Red Green Blue C M Y K H S L
Decimal 201 1 64 0 1.00 0.68 0.21 341.1 0.99 0.4
Hex C9 1 40 0 64 44 15 155 63 28
Octal 311 1 100 0 144 104 25 525 143 50
Binary 11001001 1 1000000 0 1100100 1000100 10101 101010101 1100011 101000

Color Harmonies of #C90140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90140

Black with #C90140

Text Example


Text Example

White with #C90140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90140; }

 p { color: rgb(201,1,64); }

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

background-color css

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

 a { background-color: rgb(201,1,64); }

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

border-color css

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

 span { border-color: rgb(201,1,64); }

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