Html Css Color HEX #D3053D Crimson

📋 copy color: '#D3053D'

red 211 ◦ green 5 ◦ blue 61

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

Shades of Crimson #D3053D

Tints of Crimson #D3053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 61 (24.22% from 255) = 22.02%

R = 76.17%
G = 1.81%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3053D (or 0xD3053D) is known color: Crimson. HEX triplet: D3, 05 and 3D. RGB value is (211,5,61). Sum of RGB (Red+Green+Blue) = 211+5+61=277 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.17% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 211 - color contains mainly: red. Hex color #D3053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3053D is #2CFAC2. Grayscale: #484848. Windows color (decimal): -2947779 or 3999187. OLE color: 3999187.

HSL color Cylindrical-coordinate representation of color #D3053D: hue angle of 343.69º degrees, saturation: 0.95, 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 #D3053D is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 5 61 -
CMYK 0 0.98 0.71 0.17
HSL 343.69º 0.95% 0.42% -
HSV(B) 343.69º 0.98% 0.83% -
XYZ 27.76 14.29 5.71 -
YUV 72.98 121.25 226.45 -
System Red Green Blue C M Y K H S L
Decimal 211 5 61 0 0.98 0.71 0.17 343.69 0.95 0.42
Hex D3 5 3D 0 62 47 11 158 5F 2A
Octal 323 5 75 0 142 107 21 530 137 52
Binary 11010011 101 111101 0 1100010 1000111 10001 101011000 1011111 101010

Color Harmonies of #D3053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3053D

Black with #D3053D

Text Example


Text Example

White with #D3053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3053D; }

 p { color: rgb(211,5,61); }

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

background-color css

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

 a { background-color: rgb(211,5,61); }

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

border-color css

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

 span { border-color: rgb(211,5,61); }

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