Html Css Color HEX #C90346 Crimson

📋 copy color: '#C90346'

red 201 ◦ green 3 ◦ blue 70

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

Shades of Crimson #C90346

Tints of Crimson #C90346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 73.36%
G = 1.09%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C90346 (or 0xC90346) is known color: Crimson. HEX triplet: C9, 03 and 46. RGB value is (201,3,70). Sum of RGB (Red+Green+Blue) = 201+3+70=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C90346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90346 is #36FCB9. Grayscale: #454545. Windows color (decimal): -3603642 or 4588489. OLE color: 4588489.

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

Color convert

RGB 201 3 70 -
CMYK 0 0.99 0.65 0.21
HSL 339.7º 0.97% 0.4% -
HSV(B) 339.7º 0.99% 0.79% -
XYZ 25.23 12.92 6.96 -
YUV 69.84 128.1 221.55 -
System Red Green Blue C M Y K H S L
Decimal 201 3 70 0 0.99 0.65 0.21 339.7 0.97 0.4
Hex C9 3 46 0 63 41 15 154 61 28
Octal 311 3 106 0 143 101 25 524 141 50
Binary 11001001 11 1000110 0 1100011 1000001 10101 101010100 1100001 101000

Color Harmonies of #C90346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90346

Black with #C90346

Text Example


Text Example

White with #C90346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90346; }

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

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

background-color css

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

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

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

border-color css

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

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

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