Html Css Color HEX #D6052E Crimson

📋 copy color: '#D6052E'

red 214 ◦ green 5 ◦ blue 46

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

Shades of Crimson #D6052E

Tints of Crimson #D6052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 80.75%
G = 1.89%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6052E (or 0xD6052E) is known color: Crimson. HEX triplet: D6, 05 and 2E. RGB value is (214,5,46). Sum of RGB (Red+Green+Blue) = 214+5+46=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6052E is #29FAD1. Grayscale: #484848. Windows color (decimal): -2751186 or 3016150. OLE color: 3016150.

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

Color convert

RGB 214 5 46 -
CMYK 0 0.98 0.79 0.16
HSL 348.23º 0.95% 0.43% -
HSV(B) 348.23º 0.98% 0.84% -
XYZ 28.28 14.6 3.91 -
YUV 72.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 214 5 46 0 0.98 0.79 0.16 348.23 0.95 0.43
Hex D6 5 2E 0 62 4F 10 15C 5F 2B
Octal 326 5 56 0 142 117 20 534 137 53
Binary 11010110 101 101110 0 1100010 1001111 10000 101011100 1011111 101011

Color Harmonies of #D6052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6052E

Black with #D6052E

Text Example


Text Example

White with #D6052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6052E; }

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

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

background-color css

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

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

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

border-color css

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

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

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