Html Css Color HEX #D20344 Crimson

📋 copy color: '#D20344'

red 210 ◦ green 3 ◦ blue 68

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

Shades of Crimson #D20344

Tints of Crimson #D20344

RGB

 RED value IS 210 (82.42% from 255) = 74.73%

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 74.73%
G = 1.07%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D20344 (or 0xD20344) is known color: Crimson. HEX triplet: D2, 03 and 44. RGB value is (210,3,68). Sum of RGB (Red+Green+Blue) = 210+3+68=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D20344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20344 is #2DFCBB. Grayscale: #484848. Windows color (decimal): -3013820 or 4457426. OLE color: 4457426.

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

Color convert

RGB 210 3 68 -
CMYK 0 0.99 0.68 0.18
HSL 341.16º 0.97% 0.42% -
HSV(B) 341.16º 0.99% 0.82% -
XYZ 27.65 14.18 6.75 -
YUV 72.3 125.58 226.21 -
System Red Green Blue C M Y K H S L
Decimal 210 3 68 0 0.99 0.68 0.18 341.16 0.97 0.42
Hex D2 3 44 0 63 44 12 155 61 2A
Octal 322 3 104 0 143 104 22 525 141 52
Binary 11010010 11 1000100 0 1100011 1000100 10010 101010101 1100001 101010

Color Harmonies of #D20344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20344

Black with #D20344

Text Example


Text Example

White with #D20344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20344; }

 p { color: rgb(210,3,68); }

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

background-color css

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

 a { background-color: rgb(210,3,68); }

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

border-color css

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

 span { border-color: rgb(210,3,68); }

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