Html Css Color HEX #D30349 Crimson

📋 copy color: '#D30349'

red 211 ◦ green 3 ◦ blue 73

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

Shades of Crimson #D30349

Tints of Crimson #D30349

RGB

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

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

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

R = 73.52%
G = 1.05%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D30349 (or 0xD30349) is known color: Crimson. HEX triplet: D3, 03 and 49. RGB value is (211,3,73). Sum of RGB (Red+Green+Blue) = 211+3+73=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D30349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30349 is #2CFCB6. Grayscale: #494949. Windows color (decimal): -2948279 or 4785107. OLE color: 4785107.

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

Color convert

RGB 211 3 73 -
CMYK 0 0.99 0.65 0.17
HSL 339.81º 0.97% 0.42% -
HSV(B) 339.81º 0.99% 0.83% -
XYZ 28.1 14.4 7.6 -
YUV 73.17 127.91 226.31 -
System Red Green Blue C M Y K H S L
Decimal 211 3 73 0 0.99 0.65 0.17 339.81 0.97 0.42
Hex D3 3 49 0 63 41 11 154 61 2A
Octal 323 3 111 0 143 101 21 524 141 52
Binary 11010011 11 1001001 0 1100011 1000001 10001 101010100 1100001 101010

Color Harmonies of #D30349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30349

Black with #D30349

Text Example


Text Example

White with #D30349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30349; }

 p { color: rgb(211,3,73); }

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

background-color css

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

 a { background-color: rgb(211,3,73); }

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

border-color css

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

 span { border-color: rgb(211,3,73); }

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