Html Css Color HEX #D00C47 Crimson

📋 copy color: '#D00C47'

red 208 ◦ green 12 ◦ blue 71

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

Shades of Crimson #D00C47

Tints of Crimson #D00C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 71.48%
G = 4.12%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D00C47 (or 0xD00C47) is known color: Crimson. HEX triplet: D0, 0C and 47. RGB value is (208,12,71). Sum of RGB (Red+Green+Blue) = 208+12+71=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D00C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00C47 is #2FF3B8. Grayscale: #4D4D4D. Windows color (decimal): -3142585 or 4656336. OLE color: 4656336.

HSL color Cylindrical-coordinate representation of color #D00C47: hue angle of 341.94º 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 #D00C47 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 12 71 -
CMYK 0 0.94 0.66 0.18
HSL 341.94º 0.89% 0.43% -
HSV(B) 341.94º 0.94% 0.82% -
XYZ 27.28 14.13 7.25 -
YUV 77.33 124.43 221.2 -
System Red Green Blue C M Y K H S L
Decimal 208 12 71 0 0.94 0.66 0.18 341.94 0.89 0.43
Hex D0 C 47 0 5E 42 12 156 59 2B
Octal 320 14 107 0 136 102 22 526 131 53
Binary 11010000 1100 1000111 0 1011110 1000010 10010 101010110 1011001 101011

Color Harmonies of #D00C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00C47

Black with #D00C47

Text Example


Text Example

White with #D00C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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