Html Css Color HEX #C90342 Crimson

📋 copy color: '#C90342'

red 201 ◦ green 3 ◦ blue 66

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

Shades of Crimson #C90342

Tints of Crimson #C90342

RGB

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

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

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

R = 74.44%
G = 1.11%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C90342 (or 0xC90342) is known color: Crimson. HEX triplet: C9, 03 and 42. RGB value is (201,3,66). Sum of RGB (Red+Green+Blue) = 201+3+66=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C90342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90342 is #36FCBD. Grayscale: #454545. Windows color (decimal): -3603646 or 4326345. OLE color: 4326345.

HSL color Cylindrical-coordinate representation of color #C90342: hue angle of 340.91º 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 #C90342 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 66 -
CMYK 0 0.99 0.67 0.21
HSL 340.91º 0.97% 0.4% -
HSV(B) 340.91º 0.99% 0.79% -
XYZ 25.1 12.88 6.32 -
YUV 69.38 126.1 221.88 -
System Red Green Blue C M Y K H S L
Decimal 201 3 66 0 0.99 0.67 0.21 340.91 0.97 0.4
Hex C9 3 42 0 63 43 15 155 61 28
Octal 311 3 102 0 143 103 25 525 141 50
Binary 11001001 11 1000010 0 1100011 1000011 10101 101010101 1100001 101000

Color Harmonies of #C90342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90342

Black with #C90342

Text Example


Text Example

White with #C90342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90342; }

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

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

background-color css

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

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

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

border-color css

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

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

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