Html Css Color HEX #D3063F Crimson

📋 copy color: '#D3063F'

red 211 ◦ green 6 ◦ blue 63

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

Shades of Crimson #D3063F

Tints of Crimson #D3063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 75.36%
G = 2.14%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3063F (or 0xD3063F) is known color: Crimson. HEX triplet: D3, 06 and 3F. RGB value is (211,6,63). Sum of RGB (Red+Green+Blue) = 211+6+63=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D3063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3063F is #2CF9C0. Grayscale: #494949. Windows color (decimal): -2947521 or 4130515. OLE color: 4130515.

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

Color convert

RGB 211 6 63 -
CMYK 0 0.97 0.70 0.17
HSL 343.32º 0.94% 0.43% -
HSV(B) 343.32º 0.97% 0.83% -
XYZ 27.83 14.34 6 -
YUV 73.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 211 6 63 0 0.97 0.70 0.17 343.32 0.94 0.43
Hex D3 6 3F 0 61 46 11 157 5E 2B
Octal 323 6 77 0 141 106 21 527 136 53
Binary 11010011 110 111111 0 1100001 1000110 10001 101010111 1011110 101011

Color Harmonies of #D3063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3063F

Black with #D3063F

Text Example


Text Example

White with #D3063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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