Html Css Color HEX #D3063B Crimson

📋 copy color: '#D3063B'

red 211 ◦ green 6 ◦ blue 59

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

Shades of Crimson #D3063B

Tints of Crimson #D3063B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.38%

R = 76.45%
G = 2.17%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D3063B (or 0xD3063B) is known color: Crimson. HEX triplet: D3, 06 and 3B. RGB value is (211,6,59). Sum of RGB (Red+Green+Blue) = 211+6+59=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D3063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3063B is #2CF9C4. Grayscale: #494949. Windows color (decimal): -2947525 or 3868371. OLE color: 3868371.

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

Color convert

RGB 211 6 59 -
CMYK 0 0.97 0.72 0.17
HSL 344.49º 0.94% 0.43% -
HSV(B) 344.49º 0.97% 0.83% -
XYZ 27.72 14.29 5.44 -
YUV 73.34 119.92 226.19 -
System Red Green Blue C M Y K H S L
Decimal 211 6 59 0 0.97 0.72 0.17 344.49 0.94 0.43
Hex D3 6 3B 0 61 48 11 158 5E 2B
Octal 323 6 73 0 141 110 21 530 136 53
Binary 11010011 110 111011 0 1100001 1001000 10001 101011000 1011110 101011

Color Harmonies of #D3063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3063B

Black with #D3063B

Text Example


Text Example

White with #D3063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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