Html Css Color HEX #D2073F Crimson

📋 copy color: '#D2073F'

red 210 ◦ green 7 ◦ blue 63

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

Shades of Crimson #D2073F

Tints of Crimson #D2073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 75%
G = 2.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2073F (or 0xD2073F) is known color: Crimson. HEX triplet: D2, 07 and 3F. RGB value is (210,7,63). Sum of RGB (Red+Green+Blue) = 210+7+63=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D2073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2073F is #2DF8C0. Grayscale: #4A4A4A. Windows color (decimal): -3012801 or 4130770. OLE color: 4130770.

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

Color convert

RGB 210 7 63 -
CMYK 0 0.97 0.70 0.18
HSL 343.45º 0.94% 0.43% -
HSV(B) 343.45º 0.97% 0.82% -
XYZ 27.55 14.21 5.99 -
YUV 74.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 210 7 63 0 0.97 0.70 0.18 343.45 0.94 0.43
Hex D2 7 3F 0 61 46 12 157 5E 2B
Octal 322 7 77 0 141 106 22 527 136 53
Binary 11010010 111 111111 0 1100001 1000110 10010 101010111 1011110 101011

Color Harmonies of #D2073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2073F

Black with #D2073F

Text Example


Text Example

White with #D2073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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