Html Css Color HEX #D30848 Crimson

📋 copy color: '#D30848'

red 211 ◦ green 8 ◦ blue 72

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

Shades of Crimson #D30848

Tints of Crimson #D30848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 72.51%
G = 2.75%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D30848 (or 0xD30848) is known color: Crimson. HEX triplet: D3, 08 and 48. RGB value is (211,8,72). Sum of RGB (Red+Green+Blue) = 211+8+72=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D30848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30848 is #2CF7B7. Grayscale: #4B4B4B. Windows color (decimal): -2947000 or 4720851. OLE color: 4720851.

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

Color convert

RGB 211 8 72 -
CMYK 0 0.96 0.66 0.17
HSL 341.08º 0.93% 0.43% -
HSV(B) 341.08º 0.96% 0.83% -
XYZ 28.12 14.49 7.45 -
YUV 75.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 211 8 72 0 0.96 0.66 0.17 341.08 0.93 0.43
Hex D3 8 48 0 60 42 11 155 5D 2B
Octal 323 10 110 0 140 102 21 525 135 53
Binary 11010011 1000 1001000 0 1100000 1000010 10001 101010101 1011101 101011

Color Harmonies of #D30848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30848

Black with #D30848

Text Example


Text Example

White with #D30848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30848; }

 p { color: rgb(211,8,72); }

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

background-color css

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

 a { background-color: rgb(211,8,72); }

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

border-color css

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

 span { border-color: rgb(211,8,72); }

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