Html Css Color HEX #C90042 Crimson

📋 copy color: '#C90042'

red 201 ◦ green 0 ◦ blue 66

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

Shades of Crimson #C90042

Tints of Crimson #C90042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 75.28%
G = 0%
B = 24.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C90042 (or 0xC90042) is known color: Crimson. HEX triplet: C9, 00 and 42. RGB value is (201,0,66). Sum of RGB (Red+Green+Blue) = 201+0+66=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C90042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90042 is #36FFBD. Grayscale: #434343. Windows color (decimal): -3604414 or 4325577. OLE color: 4325577.

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

Color convert

RGB 201 0 66 -
CMYK 0 1 0.67 0.21
HSL 340.3º 1% 0.39% -
HSV(B) 340.3º 1% 0.79% -
XYZ 25.07 12.81 6.31 -
YUV 67.62 127.09 223.13 -
System Red Green Blue C M Y K H S L
Decimal 201 0 66 0 1 0.67 0.21 340.3 1 0.39
Hex C9 0 42 0 64 43 15 154 64 27
Octal 311 0 102 0 144 103 25 524 144 47
Binary 11001001 0 1000010 0 1100100 1000011 10101 101010100 1100100 100111

Color Harmonies of #C90042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90042

Black with #C90042

Text Example


Text Example

White with #C90042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90042; }

 p { color: rgb(201,0,66); }

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

background-color css

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

 a { background-color: rgb(201,0,66); }

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

border-color css

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

 span { border-color: rgb(201,0,66); }

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