Html Css Color HEX #D5063B Crimson

📋 copy color: '#D5063B'

red 213 ◦ green 6 ◦ blue 59

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

Shades of Crimson #D5063B

Tints of Crimson #D5063B

RGB

 RED value IS 213 (83.59% from 255) = 76.62%

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

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

R = 76.62%
G = 2.16%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5063B (or 0xD5063B) is known color: Crimson. HEX triplet: D5, 06 and 3B. RGB value is (213,6,59). Sum of RGB (Red+Green+Blue) = 213+6+59=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5063B is #2AF9C4. Grayscale: #494949. Windows color (decimal): -2816453 or 3868373. OLE color: 3868373.

HSL color Cylindrical-coordinate representation of color #D5063B: hue angle of 344.64º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5063B is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 6 59 -
CMYK 0 0.97 0.72 0.16
HSL 344.64º 0.95% 0.43% -
HSV(B) 344.64º 0.97% 0.84% -
XYZ 28.3 14.59 5.46 -
YUV 73.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 213 6 59 0 0.97 0.72 0.16 344.64 0.95 0.43
Hex D5 6 3B 0 61 48 10 159 5F 2B
Octal 325 6 73 0 141 110 20 531 137 53
Binary 11010101 110 111011 0 1100001 1001000 10000 101011001 1011111 101011

Color Harmonies of #D5063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5063B

Black with #D5063B

Text Example


Text Example

White with #D5063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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