Html Css Color HEX #D30C44 Crimson

📋 copy color: '#D30C44'

red 211 ◦ green 12 ◦ blue 68

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

Shades of Crimson #D30C44

Tints of Crimson #D30C44

RGB

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

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

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

R = 72.51%
G = 4.12%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D30C44 (or 0xD30C44) is known color: Crimson. HEX triplet: D3, 0C and 44. RGB value is (211,12,68). Sum of RGB (Red+Green+Blue) = 211+12+68=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D30C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30C44 is #2CF3BB. Grayscale: #4D4D4D. Windows color (decimal): -2945980 or 4459731. OLE color: 4459731.

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

Color convert

RGB 211 12 68 -
CMYK 0 0.94 0.68 0.17
HSL 343.12º 0.89% 0.44% -
HSV(B) 343.12º 0.94% 0.83% -
XYZ 28.04 14.53 6.8 -
YUV 77.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 211 12 68 0 0.94 0.68 0.17 343.12 0.89 0.44
Hex D3 C 44 0 5E 44 11 157 59 2C
Octal 323 14 104 0 136 104 21 527 131 54
Binary 11010011 1100 1000100 0 1011110 1000100 10001 101010111 1011001 101100

Color Harmonies of #D30C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30C44

Black with #D30C44

Text Example


Text Example

White with #D30C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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