Html Css Color HEX #D3053F Crimson

📋 copy color: '#D3053F'

red 211 ◦ green 5 ◦ blue 63

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

Shades of Crimson #D3053F

Tints of Crimson #D3053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 75.63%
G = 1.79%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3053F (or 0xD3053F) is known color: Crimson. HEX triplet: D3, 05 and 3F. RGB value is (211,5,63). Sum of RGB (Red+Green+Blue) = 211+5+63=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D3053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3053F is #2CFAC0. Grayscale: #494949. Windows color (decimal): -2947777 or 4130259. OLE color: 4130259.

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

Color convert

RGB 211 5 63 -
CMYK 0 0.98 0.70 0.17
HSL 343.11º 0.95% 0.42% -
HSV(B) 343.11º 0.98% 0.83% -
XYZ 27.82 14.32 6 -
YUV 73.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 211 5 63 0 0.98 0.70 0.17 343.11 0.95 0.42
Hex D3 5 3F 0 62 46 11 157 5F 2A
Octal 323 5 77 0 142 106 21 527 137 52
Binary 11010011 101 111111 0 1100010 1000110 10001 101010111 1011111 101010

Color Harmonies of #D3053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3053F

Black with #D3053F

Text Example


Text Example

White with #D3053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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