Html Css Color HEX #D0052D Crimson

📋 copy color: '#D0052D'

red 208 ◦ green 5 ◦ blue 45

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

Shades of Crimson #D0052D

Tints of Crimson #D0052D

RGB

 RED value IS 208 (81.64% from 255) = 80.62%

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 80.62%
G = 1.94%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0052D (or 0xD0052D) is known color: Crimson. HEX triplet: D0, 05 and 2D. RGB value is (208,5,45). Sum of RGB (Red+Green+Blue) = 208+5+45=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D0052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0052D is #2FFAD2. Grayscale: #464646. Windows color (decimal): -3144403 or 2950608. OLE color: 2950608.

HSL color Cylindrical-coordinate representation of color #D0052D: hue angle of 348.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0052D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 45 -
CMYK 0 0.98 0.78 0.18
HSL 348.18º 0.95% 0.42% -
HSV(B) 348.18º 0.98% 0.82% -
XYZ 26.54 13.71 3.73 -
YUV 70.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 208 5 45 0 0.98 0.78 0.18 348.18 0.95 0.42
Hex D0 5 2D 0 62 4E 12 15C 5F 2A
Octal 320 5 55 0 142 116 22 534 137 52
Binary 11010000 101 101101 0 1100010 1001110 10010 101011100 1011111 101010

Color Harmonies of #D0052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0052D

Black with #D0052D

Text Example


Text Example

White with #D0052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0052D; }

 p { color: rgb(208,5,45); }

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

background-color css

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

 a { background-color: rgb(208,5,45); }

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

border-color css

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

 span { border-color: rgb(208,5,45); }

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