Html Css Color HEX #D5063A Crimson

📋 copy color: '#D5063A'

red 213 ◦ green 6 ◦ blue 58

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

Shades of Crimson #D5063A

Tints of Crimson #D5063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 76.9%
G = 2.17%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5063A (or 0xD5063A) is known color: Crimson. HEX triplet: D5, 06 and 3A. RGB value is (213,6,58). Sum of RGB (Red+Green+Blue) = 213+6+58=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5063A is #2AF9C5. Grayscale: #494949. Windows color (decimal): -2816454 or 3802837. OLE color: 3802837.

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

Color convert

RGB 213 6 58 -
CMYK 0 0.97 0.73 0.16
HSL 344.93º 0.95% 0.43% -
HSV(B) 344.93º 0.97% 0.84% -
XYZ 28.27 14.58 5.33 -
YUV 73.82 119.08 227.27 -
System Red Green Blue C M Y K H S L
Decimal 213 6 58 0 0.97 0.73 0.16 344.93 0.95 0.43
Hex D5 6 3A 0 61 49 10 159 5F 2B
Octal 325 6 72 0 141 111 20 531 137 53
Binary 11010101 110 111010 0 1100001 1001001 10000 101011001 1011111 101011

Color Harmonies of #D5063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5063A

Black with #D5063A

Text Example


Text Example

White with #D5063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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