Html Css Color HEX #C90332 Crimson

📋 copy color: '#C90332'

red 201 ◦ green 3 ◦ blue 50

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

Shades of Crimson #C90332

Tints of Crimson #C90332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.69%

R = 79.13%
G = 1.18%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90332 (or 0xC90332) is known color: Crimson. HEX triplet: C9, 03 and 32. RGB value is (201,3,50). Sum of RGB (Red+Green+Blue) = 201+3+50=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C90332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90332 is #36FCCD. Grayscale: #434343. Windows color (decimal): -3603662 or 3277769. OLE color: 3277769.

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

Color convert

RGB 201 3 50 -
CMYK 0 0.99 0.75 0.21
HSL 345.76º 0.97% 0.4% -
HSV(B) 345.76º 0.99% 0.79% -
XYZ 24.7 12.71 4.17 -
YUV 67.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 201 3 50 0 0.99 0.75 0.21 345.76 0.97 0.4
Hex C9 3 32 0 63 4B 15 15A 61 28
Octal 311 3 62 0 143 113 25 532 141 50
Binary 11001001 11 110010 0 1100011 1001011 10101 101011010 1100001 101000

Color Harmonies of #C90332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90332

Black with #C90332

Text Example


Text Example

White with #C90332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90332; }

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

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

background-color css

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

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

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

border-color css

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

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

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