Html Css Color HEX #D2074A Crimson

📋 copy color: '#D2074A'

red 210 ◦ green 7 ◦ blue 74

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

Shades of Crimson #D2074A

Tints of Crimson #D2074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.43%

R = 72.16%
G = 2.41%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2074A (or 0xD2074A) is known color: Crimson. HEX triplet: D2, 07 and 4A. RGB value is (210,7,74). Sum of RGB (Red+Green+Blue) = 210+7+74=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2074A is #2DF8B5. Grayscale: #4B4B4B. Windows color (decimal): -3012790 or 4851666. OLE color: 4851666.

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

Color convert

RGB 210 7 74 -
CMYK 0 0.97 0.65 0.18
HSL 340.2º 0.94% 0.43% -
HSV(B) 340.2º 0.97% 0.82% -
XYZ 27.89 14.35 7.78 -
YUV 75.34 127.25 224.05 -
System Red Green Blue C M Y K H S L
Decimal 210 7 74 0 0.97 0.65 0.18 340.2 0.94 0.43
Hex D2 7 4A 0 61 41 12 154 5E 2B
Octal 322 7 112 0 141 101 22 524 136 53
Binary 11010010 111 1001010 0 1100001 1000001 10010 101010100 1011110 101011

Color Harmonies of #D2074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2074A

Black with #D2074A

Text Example


Text Example

White with #D2074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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