Html Css Color HEX #D6053A Crimson

📋 copy color: '#D6053A'

red 214 ◦ green 5 ◦ blue 58

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

Shades of Crimson #D6053A

Tints of Crimson #D6053A

RGB

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

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

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

R = 77.26%
G = 1.81%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6053A (or 0xD6053A) is known color: Crimson. HEX triplet: D6, 05 and 3A. RGB value is (214,5,58). Sum of RGB (Red+Green+Blue) = 214+5+58=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6053A is #29FAC5. Grayscale: #494949. Windows color (decimal): -2751174 or 3802582. OLE color: 3802582.

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

Color convert

RGB 214 5 58 -
CMYK 0 0.98 0.73 0.16
HSL 344.78º 0.95% 0.43% -
HSV(B) 344.78º 0.98% 0.84% -
XYZ 28.55 14.71 5.34 -
YUV 73.53 119.24 228.19 -
System Red Green Blue C M Y K H S L
Decimal 214 5 58 0 0.98 0.73 0.16 344.78 0.95 0.43
Hex D6 5 3A 0 62 49 10 159 5F 2B
Octal 326 5 72 0 142 111 20 531 137 53
Binary 11010110 101 111010 0 1100010 1001001 10000 101011001 1011111 101011

Color Harmonies of #D6053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6053A

Black with #D6053A

Text Example


Text Example

White with #D6053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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