Html Css Color HEX #D30730 Crimson

📋 copy color: '#D30730'

red 211 ◦ green 7 ◦ blue 48

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

Shades of Crimson #D30730

Tints of Crimson #D30730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 79.32%
G = 2.63%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D30730 (or 0xD30730) is known color: Crimson. HEX triplet: D3, 07 and 30. RGB value is (211,7,48). Sum of RGB (Red+Green+Blue) = 211+7+48=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D30730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30730 is #2CF8CF. Grayscale: #484848. Windows color (decimal): -2947280 or 3147731. OLE color: 3147731.

HSL color Cylindrical-coordinate representation of color #D30730: hue angle of 347.94º 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 #D30730 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 48 -
CMYK 0 0.97 0.77 0.17
HSL 347.94º 0.94% 0.43% -
HSV(B) 347.94º 0.97% 0.83% -
XYZ 27.47 14.21 4.09 -
YUV 72.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 211 7 48 0 0.97 0.77 0.17 347.94 0.94 0.43
Hex D3 7 30 0 61 4D 11 15C 5E 2B
Octal 323 7 60 0 141 115 21 534 136 53
Binary 11010011 111 110000 0 1100001 1001101 10001 101011100 1011110 101011

Color Harmonies of #D30730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30730

Black with #D30730

Text Example


Text Example

White with #D30730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30730; }

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

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

background-color css

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

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

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

border-color css

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

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

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