Html Css Color HEX #C9033E Crimson

📋 copy color: '#C9033E'

red 201 ◦ green 3 ◦ blue 62

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

Shades of Crimson #C9033E

Tints of Crimson #C9033E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 75.56%
G = 1.13%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9033E (or 0xC9033E) is known color: Crimson. HEX triplet: C9, 03 and 3E. RGB value is (201,3,62). Sum of RGB (Red+Green+Blue) = 201+3+62=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9033E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9033E is #36FCC1. Grayscale: #444444. Windows color (decimal): -3603650 or 4064201. OLE color: 4064201.

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

Color convert

RGB 201 3 62 -
CMYK 0 0.99 0.69 0.21
HSL 342.12º 0.97% 0.4% -
HSV(B) 342.12º 0.99% 0.79% -
XYZ 24.99 12.83 5.72 -
YUV 68.93 124.1 222.2 -
System Red Green Blue C M Y K H S L
Decimal 201 3 62 0 0.99 0.69 0.21 342.12 0.97 0.4
Hex C9 3 3E 0 63 45 15 156 61 28
Octal 311 3 76 0 143 105 25 526 141 50
Binary 11001001 11 111110 0 1100011 1000101 10101 101010110 1100001 101000

Color Harmonies of #C9033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9033E

Black with #C9033E

Text Example


Text Example

White with #C9033E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9033E; }

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

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

background-color css

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

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

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

border-color css

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

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

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