Html Css Color HEX #C90344 Crimson

📋 copy color: '#C90344'

red 201 ◦ green 3 ◦ blue 68

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

Shades of Crimson #C90344

Tints of Crimson #C90344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25%

R = 73.9%
G = 1.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C90344 (or 0xC90344) is known color: Crimson. HEX triplet: C9, 03 and 44. RGB value is (201,3,68). Sum of RGB (Red+Green+Blue) = 201+3+68=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C90344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90344 is #36FCBB. Grayscale: #454545. Windows color (decimal): -3603644 or 4457417. OLE color: 4457417.

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

Color convert

RGB 201 3 68 -
CMYK 0 0.99 0.66 0.21
HSL 340.3º 0.97% 0.4% -
HSV(B) 340.3º 0.99% 0.79% -
XYZ 25.16 12.9 6.63 -
YUV 69.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 201 3 68 0 0.99 0.66 0.21 340.3 0.97 0.4
Hex C9 3 44 0 63 42 15 154 61 28
Octal 311 3 104 0 143 102 25 524 141 50
Binary 11001001 11 1000100 0 1100011 1000010 10101 101010100 1100001 101000

Color Harmonies of #C90344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90344

Black with #C90344

Text Example


Text Example

White with #C90344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90344; }

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

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

background-color css

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

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

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

border-color css

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

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

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