Html Css Color HEX #D00C49 Crimson

📋 copy color: '#D00C49'

red 208 ◦ green 12 ◦ blue 73

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

Shades of Crimson #D00C49

Tints of Crimson #D00C49

RGB

 RED value IS 208 (81.64% from 255) = 70.99%

 GREEN value IS 12 (5.08% from 255) = 4.1%

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 70.99%
G = 4.1%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D00C49 (or 0xD00C49) is known color: Crimson. HEX triplet: D0, 0C and 49. RGB value is (208,12,73). Sum of RGB (Red+Green+Blue) = 208+12+73=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C49 is #2FF3B6. Grayscale: #4D4D4D. Windows color (decimal): -3142583 or 4787408. OLE color: 4787408.

HSL color Cylindrical-coordinate representation of color #D00C49: hue angle of 341.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00C49 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 73 -
CMYK 0 0.94 0.65 0.18
HSL 341.33º 0.89% 0.43% -
HSV(B) 341.33º 0.94% 0.82% -
XYZ 27.35 14.15 7.59 -
YUV 77.56 125.43 221.04 -
System Red Green Blue C M Y K H S L
Decimal 208 12 73 0 0.94 0.65 0.18 341.33 0.89 0.43
Hex D0 C 49 0 5E 41 12 155 59 2B
Octal 320 14 111 0 136 101 22 525 131 53
Binary 11010000 1100 1001001 0 1011110 1000001 10010 101010101 1011001 101011

Color Harmonies of #D00C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C49

Black with #D00C49

Text Example


Text Example

White with #D00C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C49; }

 p { color: rgb(208,12,73); }

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

background-color css

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

 a { background-color: rgb(208,12,73); }

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

border-color css

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

 span { border-color: rgb(208,12,73); }

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