Html Css Color HEX #D20743 Crimson

📋 copy color: '#D20743'

red 210 ◦ green 7 ◦ blue 67

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

Shades of Crimson #D20743

Tints of Crimson #D20743

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 67 (26.56% from 255) = 23.59%

R = 73.94%
G = 2.46%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D20743 (or 0xD20743) is known color: Crimson. HEX triplet: D2, 07 and 43. RGB value is (210,7,67). Sum of RGB (Red+Green+Blue) = 210+7+67=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D20743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20743 is #2DF8BC. Grayscale: #4A4A4A. Windows color (decimal): -3012797 or 4392914. OLE color: 4392914.

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

Color convert

RGB 210 7 67 -
CMYK 0 0.97 0.68 0.18
HSL 342.27º 0.94% 0.43% -
HSV(B) 342.27º 0.97% 0.82% -
XYZ 27.67 14.26 6.6 -
YUV 74.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 210 7 67 0 0.97 0.68 0.18 342.27 0.94 0.43
Hex D2 7 43 0 61 44 12 156 5E 2B
Octal 322 7 103 0 141 104 22 526 136 53
Binary 11010010 111 1000011 0 1100001 1000100 10010 101010110 1011110 101011

Color Harmonies of #D20743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20743

Black with #D20743

Text Example


Text Example

White with #D20743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20743; }

 p { color: rgb(210,7,67); }

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

background-color css

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

 a { background-color: rgb(210,7,67); }

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

border-color css

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

 span { border-color: rgb(210,7,67); }

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