Html Css Color HEX #D7084A Crimson

📋 copy color: '#D7084A'

red 215 ◦ green 8 ◦ blue 74

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

Shades of Crimson #D7084A

Tints of Crimson #D7084A

RGB

 RED value IS 215 (84.38% from 255) = 72.39%

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 72.39%
G = 2.69%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7084A (or 0xD7084A) is known color: Crimson. HEX triplet: D7, 08 and 4A. RGB value is (215,8,74). Sum of RGB (Red+Green+Blue) = 215+8+74=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D7084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7084A is #28F7B5. Grayscale: #4D4D4D. Windows color (decimal): -2684854 or 4851927. OLE color: 4851927.

HSL color Cylindrical-coordinate representation of color #D7084A: hue angle of 340.87º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7084A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 74 -
CMYK 0 0.96 0.66 0.16
HSL 340.87º 0.93% 0.44% -
HSV(B) 340.87º 0.96% 0.84% -
XYZ 29.35 15.12 7.85 -
YUV 77.42 126.08 226.13 -
System Red Green Blue C M Y K H S L
Decimal 215 8 74 0 0.96 0.66 0.16 340.87 0.93 0.44
Hex D7 8 4A 0 60 42 10 155 5D 2C
Octal 327 10 112 0 140 102 20 525 135 54
Binary 11010111 1000 1001010 0 1100000 1000010 10000 101010101 1011101 101100

Color Harmonies of #D7084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7084A

Black with #D7084A

Text Example


Text Example

White with #D7084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7084A; }

 p { color: rgb(215,8,74); }

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

background-color css

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

 a { background-color: rgb(215,8,74); }

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

border-color css

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

 span { border-color: rgb(215,8,74); }

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