Html Css Color HEX #D0052F Crimson

📋 copy color: '#D0052F'

red 208 ◦ green 5 ◦ blue 47

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

Shades of Crimson #D0052F

Tints of Crimson #D0052F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 80%
G = 1.92%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0052F (or 0xD0052F) is known color: Crimson. HEX triplet: D0, 05 and 2F. RGB value is (208,5,47). Sum of RGB (Red+Green+Blue) = 208+5+47=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D0052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0052F is #2FFAD0. Grayscale: #464646. Windows color (decimal): -3144401 or 3081680. OLE color: 3081680.

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

Color convert

RGB 208 5 47 -
CMYK 0 0.98 0.77 0.18
HSL 347.59º 0.95% 0.42% -
HSV(B) 347.59º 0.98% 0.82% -
XYZ 26.58 13.72 3.94 -
YUV 70.49 114.75 226.08 -
System Red Green Blue C M Y K H S L
Decimal 208 5 47 0 0.98 0.77 0.18 347.59 0.95 0.42
Hex D0 5 2F 0 62 4D 12 15C 5F 2A
Octal 320 5 57 0 142 115 22 534 137 52
Binary 11010000 101 101111 0 1100010 1001101 10010 101011100 1011111 101010

Color Harmonies of #D0052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0052F

Black with #D0052F

Text Example


Text Example

White with #D0052F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0052F; }

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

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

background-color css

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

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

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

border-color css

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

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

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