Html Css Color HEX #C9033D Crimson

📋 copy color: '#C9033D'

red 201 ◦ green 3 ◦ blue 61

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

Shades of Crimson #C9033D

Tints of Crimson #C9033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 75.85%
G = 1.13%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9033D (or 0xC9033D) is known color: Crimson. HEX triplet: C9, 03 and 3D. RGB value is (201,3,61). Sum of RGB (Red+Green+Blue) = 201+3+61=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9033D is #36FCC2. Grayscale: #444444. Windows color (decimal): -3603651 or 3998665. OLE color: 3998665.

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

Color convert

RGB 201 3 61 -
CMYK 0 0.99 0.70 0.21
HSL 342.42º 0.97% 0.4% -
HSV(B) 342.42º 0.99% 0.79% -
XYZ 24.96 12.82 5.57 -
YUV 68.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 201 3 61 0 0.99 0.70 0.21 342.42 0.97 0.4
Hex C9 3 3D 0 63 46 15 156 61 28
Octal 311 3 75 0 143 106 25 526 141 50
Binary 11001001 11 111101 0 1100011 1000110 10101 101010110 1100001 101000

Color Harmonies of #C9033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9033D

Black with #C9033D

Text Example


Text Example

White with #C9033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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