Html Css Color HEX #C90440 Crimson

📋 copy color: '#C90440'

red 201 ◦ green 4 ◦ blue 64

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

Shades of Crimson #C90440

Tints of Crimson #C90440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 74.72%
G = 1.49%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C90440 (or 0xC90440) is known color: Crimson. HEX triplet: C9, 04 and 40. RGB value is (201,4,64). Sum of RGB (Red+Green+Blue) = 201+4+64=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C90440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90440 is #36FBBF. Grayscale: #454545. Windows color (decimal): -3603392 or 4195529. OLE color: 4195529.

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

Color convert

RGB 201 4 64 -
CMYK 0 0.98 0.68 0.21
HSL 341.73º 0.96% 0.4% -
HSV(B) 341.73º 0.98% 0.79% -
XYZ 25.06 12.87 6.01 -
YUV 69.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 201 4 64 0 0.98 0.68 0.21 341.73 0.96 0.4
Hex C9 4 40 0 62 44 15 156 60 28
Octal 311 4 100 0 142 104 25 526 140 50
Binary 11001001 100 1000000 0 1100010 1000100 10101 101010110 1100000 101000

Color Harmonies of #C90440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90440

Black with #C90440

Text Example


Text Example

White with #C90440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90440; }

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

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

background-color css

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

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

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

border-color css

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

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

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