Html Css Color HEX #D30744 Crimson

📋 copy color: '#D30744'

red 211 ◦ green 7 ◦ blue 68

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

Shades of Crimson #D30744

Tints of Crimson #D30744

RGB

 RED value IS 211 (82.81% from 255) = 73.78%

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 73.78%
G = 2.45%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D30744 (or 0xD30744) is known color: Crimson. HEX triplet: D3, 07 and 44. RGB value is (211,7,68). Sum of RGB (Red+Green+Blue) = 211+7+68=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D30744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30744 is #2CF8BB. Grayscale: #4A4A4A. Windows color (decimal): -2947260 or 4458451. OLE color: 4458451.

HSL color Cylindrical-coordinate representation of color #D30744: hue angle of 342.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30744 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 68 -
CMYK 0 0.97 0.68 0.17
HSL 342.06º 0.94% 0.43% -
HSV(B) 342.06º 0.97% 0.83% -
XYZ 27.98 14.42 6.78 -
YUV 74.95 124.09 225.04 -
System Red Green Blue C M Y K H S L
Decimal 211 7 68 0 0.97 0.68 0.17 342.06 0.94 0.43
Hex D3 7 44 0 61 44 11 156 5E 2B
Octal 323 7 104 0 141 104 21 526 136 53
Binary 11010011 111 1000100 0 1100001 1000100 10001 101010110 1011110 101011

Color Harmonies of #D30744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30744

Black with #D30744

Text Example


Text Example

White with #D30744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30744; }

 p { color: rgb(211,7,68); }

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

background-color css

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

 a { background-color: rgb(211,7,68); }

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

border-color css

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

 span { border-color: rgb(211,7,68); }

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