Html Css Color HEX #D5063D Crimson

📋 copy color: '#D5063D'

red 213 ◦ green 6 ◦ blue 61

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

Shades of Crimson #D5063D

Tints of Crimson #D5063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 76.07%
G = 2.14%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5063D (or 0xD5063D) is known color: Crimson. HEX triplet: D5, 06 and 3D. RGB value is (213,6,61). Sum of RGB (Red+Green+Blue) = 213+6+61=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D5063D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5063D is #2AF9C2. Grayscale: #4A4A4A. Windows color (decimal): -2816451 or 3999445. OLE color: 3999445.

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

Color convert

RGB 213 6 61 -
CMYK 0 0.97 0.71 0.16
HSL 344.06º 0.95% 0.43% -
HSV(B) 344.06º 0.97% 0.84% -
XYZ 28.35 14.61 5.74 -
YUV 74.16 120.58 227.03 -
System Red Green Blue C M Y K H S L
Decimal 213 6 61 0 0.97 0.71 0.16 344.06 0.95 0.43
Hex D5 6 3D 0 61 47 10 158 5F 2B
Octal 325 6 75 0 141 107 20 530 137 53
Binary 11010101 110 111101 0 1100001 1000111 10000 101011000 1011111 101011

Color Harmonies of #D5063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5063D

Black with #D5063D

Text Example


Text Example

White with #D5063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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