Html Css Color HEX #D6053F Crimson

📋 copy color: '#D6053F'

red 214 ◦ green 5 ◦ blue 63

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

Shades of Crimson #D6053F

Tints of Crimson #D6053F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.34%

R = 75.89%
G = 1.77%
B = 22.34%

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

#D6053F (or 0xD6053F) is known color: Crimson. HEX triplet: D6, 05 and 3F. RGB value is (214,5,63). Sum of RGB (Red+Green+Blue) = 214+5+63=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6053F is #29FAC0. Grayscale: #4A4A4A. Windows color (decimal): -2751169 or 4130262. OLE color: 4130262.

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

Color convert

RGB 214 5 63 -
CMYK 0 0.98 0.71 0.16
HSL 343.35º 0.95% 0.43% -
HSV(B) 343.35º 0.98% 0.84% -
XYZ 28.68 14.76 6.04 -
YUV 74.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 214 5 63 0 0.98 0.71 0.16 343.35 0.95 0.43
Hex D6 5 3F 0 62 47 10 157 5F 2B
Octal 326 5 77 0 142 107 20 527 137 53
Binary 11010110 101 111111 0 1100010 1000111 10000 101010111 1011111 101011

Color Harmonies of #D6053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6053F

Black with #D6053F

Text Example


Text Example

White with #D6053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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