Html Css Color HEX #D6074A Crimson

📋 copy color: '#D6074A'

red 214 ◦ green 7 ◦ blue 74

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

Shades of Crimson #D6074A

Tints of Crimson #D6074A

RGB

 RED value IS 214 (83.98% from 255) = 72.54%

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

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

R = 72.54%
G = 2.37%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6074A (or 0xD6074A) is known color: Crimson. HEX triplet: D6, 07 and 4A. RGB value is (214,7,74). Sum of RGB (Red+Green+Blue) = 214+7+74=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6074A is #29F8B5. Grayscale: #4C4C4C. Windows color (decimal): -2750646 or 4851670. OLE color: 4851670.

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

Color convert

RGB 214 7 74 -
CMYK 0 0.97 0.65 0.16
HSL 340.58º 0.94% 0.43% -
HSV(B) 340.58º 0.97% 0.84% -
XYZ 29.04 14.94 7.83 -
YUV 76.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 214 7 74 0 0.97 0.65 0.16 340.58 0.94 0.43
Hex D6 7 4A 0 61 41 10 155 5E 2B
Octal 326 7 112 0 141 101 20 525 136 53
Binary 11010110 111 1001010 0 1100001 1000001 10000 101010101 1011110 101011

Color Harmonies of #D6074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6074A

Black with #D6074A

Text Example


Text Example

White with #D6074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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