Html Css Color HEX #C90033 Crimson

📋 copy color: '#C90033'

red 201 ◦ green 0 ◦ blue 51

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

Shades of Crimson #C90033

Tints of Crimson #C90033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.24%

R = 79.76%
G = 0%
B = 20.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C90033 (or 0xC90033) is known color: Crimson. HEX triplet: C9, 00 and 33. RGB value is (201,0,51). Sum of RGB (Red+Green+Blue) = 201+0+51=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C90033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90033 is #36FFCC. Grayscale: #414141. Windows color (decimal): -3604429 or 3342537. OLE color: 3342537.

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

Color convert

RGB 201 0 51 -
CMYK 0 1 0.75 0.21
HSL 344.78º 1% 0.39% -
HSV(B) 344.78º 1% 0.79% -
XYZ 24.68 12.66 4.27 -
YUV 65.91 119.59 224.35 -
System Red Green Blue C M Y K H S L
Decimal 201 0 51 0 1 0.75 0.21 344.78 1 0.39
Hex C9 0 33 0 64 4B 15 159 64 27
Octal 311 0 63 0 144 113 25 531 144 47
Binary 11001001 0 110011 0 1100100 1001011 10101 101011001 1100100 100111

Color Harmonies of #C90033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90033

Black with #C90033

Text Example


Text Example

White with #C90033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90033; }

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

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

background-color css

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

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

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

border-color css

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

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

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