Html Css Color HEX #D2073C Crimson

📋 copy color: '#D2073C'

red 210 ◦ green 7 ◦ blue 60

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

Shades of Crimson #D2073C

Tints of Crimson #D2073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 75.81%
G = 2.53%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2073C (or 0xD2073C) is known color: Crimson. HEX triplet: D2, 07 and 3C. RGB value is (210,7,60). Sum of RGB (Red+Green+Blue) = 210+7+60=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2073C is #2DF8C3. Grayscale: #494949. Windows color (decimal): -3012804 or 3934162. OLE color: 3934162.

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

Color convert

RGB 210 7 60 -
CMYK 0 0.97 0.71 0.18
HSL 344.34º 0.94% 0.43% -
HSV(B) 344.34º 0.97% 0.82% -
XYZ 27.47 14.18 5.56 -
YUV 73.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 210 7 60 0 0.97 0.71 0.18 344.34 0.94 0.43
Hex D2 7 3C 0 61 47 12 158 5E 2B
Octal 322 7 74 0 141 107 22 530 136 53
Binary 11010010 111 111100 0 1100001 1000111 10010 101011000 1011110 101011

Color Harmonies of #D2073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2073C

Black with #D2073C

Text Example


Text Example

White with #D2073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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