Html Css Color HEX #D6053D Crimson

📋 copy color: '#D6053D'

red 214 ◦ green 5 ◦ blue 61

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

Shades of Crimson #D6053D

Tints of Crimson #D6053D

RGB

 RED value IS 214 (83.98% from 255) = 76.43%

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 76.43%
G = 1.79%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6053D (or 0xD6053D) is known color: Crimson. HEX triplet: D6, 05 and 3D. RGB value is (214,5,61). Sum of RGB (Red+Green+Blue) = 214+5+61=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6053D is #29FAC2. Grayscale: #494949. Windows color (decimal): -2751171 or 3999190. OLE color: 3999190.

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

Color convert

RGB 214 5 61 -
CMYK 0 0.98 0.71 0.16
HSL 343.92º 0.95% 0.43% -
HSV(B) 343.92º 0.98% 0.84% -
XYZ 28.63 14.74 5.75 -
YUV 73.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 214 5 61 0 0.98 0.71 0.16 343.92 0.95 0.43
Hex D6 5 3D 0 62 47 10 158 5F 2B
Octal 326 5 75 0 142 107 20 530 137 53
Binary 11010110 101 111101 0 1100010 1000111 10000 101011000 1011111 101011

Color Harmonies of #D6053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6053D

Black with #D6053D

Text Example


Text Example

White with #D6053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6053D; }

 p { color: rgb(214,5,61); }

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

background-color css

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

 a { background-color: rgb(214,5,61); }

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

border-color css

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

 span { border-color: rgb(214,5,61); }

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