Html Css Color HEX #D20741 Crimson

📋 copy color: '#D20741'

red 210 ◦ green 7 ◦ blue 65

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

Shades of Crimson #D20741

Tints of Crimson #D20741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 74.47%
G = 2.48%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20741 (or 0xD20741) is known color: Crimson. HEX triplet: D2, 07 and 41. RGB value is (210,7,65). Sum of RGB (Red+Green+Blue) = 210+7+65=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D20741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20741 is #2DF8BE. Grayscale: #4A4A4A. Windows color (decimal): -3012799 or 4261842. OLE color: 4261842.

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

Color convert

RGB 210 7 65 -
CMYK 0 0.97 0.69 0.18
HSL 342.86º 0.94% 0.43% -
HSV(B) 342.86º 0.97% 0.82% -
XYZ 27.61 14.24 6.29 -
YUV 74.31 122.75 224.78 -
System Red Green Blue C M Y K H S L
Decimal 210 7 65 0 0.97 0.69 0.18 342.86 0.94 0.43
Hex D2 7 41 0 61 45 12 157 5E 2B
Octal 322 7 101 0 141 105 22 527 136 53
Binary 11010010 111 1000001 0 1100001 1000101 10010 101010111 1011110 101011

Color Harmonies of #D20741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20741

Black with #D20741

Text Example


Text Example

White with #D20741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20741; }

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

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

background-color css

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

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

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

border-color css

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

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

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