Html Css Color HEX #D2064A Crimson

📋 copy color: '#D2064A'

red 210 ◦ green 6 ◦ blue 74

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

Shades of Crimson #D2064A

Tints of Crimson #D2064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

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

R = 72.41%
G = 2.07%
B = 25.52%

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

#D2064A (or 0xD2064A) is known color: Crimson. HEX triplet: D2, 06 and 4A. RGB value is (210,6,74). Sum of RGB (Red+Green+Blue) = 210+6+74=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2064A is #2DF9B5. Grayscale: #4A4A4A. Windows color (decimal): -3013046 or 4851410. OLE color: 4851410.

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

Color convert

RGB 210 6 74 -
CMYK 0 0.97 0.65 0.18
HSL 340º 0.94% 0.42% -
HSV(B) 340º 0.97% 0.82% -
XYZ 27.88 14.33 7.77 -
YUV 74.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 210 6 74 0 0.97 0.65 0.18 340 0.94 0.42
Hex D2 6 4A 0 61 41 12 154 5E 2A
Octal 322 6 112 0 141 101 22 524 136 52
Binary 11010010 110 1001010 0 1100001 1000001 10010 101010100 1011110 101010

Color Harmonies of #D2064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2064A

Black with #D2064A

Text Example


Text Example

White with #D2064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2064A; }

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

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

background-color css

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

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

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

border-color css

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

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

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