Html Css Color HEX #D30448 Crimson

📋 copy color: '#D30448'

red 211 ◦ green 4 ◦ blue 72

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

Shades of Crimson #D30448

Tints of Crimson #D30448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.39%

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

R = 73.52%
G = 1.39%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D30448 (or 0xD30448) is known color: Crimson. HEX triplet: D3, 04 and 48. RGB value is (211,4,72). Sum of RGB (Red+Green+Blue) = 211+4+72=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D30448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30448 is #2CFBB7. Grayscale: #494949. Windows color (decimal): -2948024 or 4719827. OLE color: 4719827.

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

Color convert

RGB 211 4 72 -
CMYK 0 0.98 0.66 0.17
HSL 340.29º 0.96% 0.42% -
HSV(B) 340.29º 0.98% 0.83% -
XYZ 28.08 14.4 7.43 -
YUV 73.65 127.08 225.97 -
System Red Green Blue C M Y K H S L
Decimal 211 4 72 0 0.98 0.66 0.17 340.29 0.96 0.42
Hex D3 4 48 0 62 42 11 154 60 2A
Octal 323 4 110 0 142 102 21 524 140 52
Binary 11010011 100 1001000 0 1100010 1000010 10001 101010100 1100000 101010

Color Harmonies of #D30448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30448

Black with #D30448

Text Example


Text Example

White with #D30448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30448; }

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

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

background-color css

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

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

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

border-color css

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

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

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