Html Css Color HEX #D7062D Crimson

📋 copy color: '#D7062D'

red 215 ◦ green 6 ◦ blue 45

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

Shades of Crimson #D7062D

Tints of Crimson #D7062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 80.83%
G = 2.26%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7062D (or 0xD7062D) is known color: Crimson. HEX triplet: D7, 06 and 2D. RGB value is (215,6,45). Sum of RGB (Red+Green+Blue) = 215+6+45=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7062D is #28F9D2. Grayscale: #484848. Windows color (decimal): -2685395 or 2950871. OLE color: 2950871.

HSL color Cylindrical-coordinate representation of color #D7062D: hue angle of 348.8º degrees, saturation: 0.95, 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 #D7062D is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 6 45 -
CMYK 0 0.97 0.79 0.16
HSL 348.8º 0.95% 0.43% -
HSV(B) 348.8º 0.97% 0.84% -
XYZ 28.56 14.77 3.83 -
YUV 72.94 112.24 229.33 -
System Red Green Blue C M Y K H S L
Decimal 215 6 45 0 0.97 0.79 0.16 348.8 0.95 0.43
Hex D7 6 2D 0 61 4F 10 15D 5F 2B
Octal 327 6 55 0 141 117 20 535 137 53
Binary 11010111 110 101101 0 1100001 1001111 10000 101011101 1011111 101011

Color Harmonies of #D7062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7062D

Black with #D7062D

Text Example


Text Example

White with #D7062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7062D; }

 p { color: rgb(215,6,45); }

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

background-color css

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

 a { background-color: rgb(215,6,45); }

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

border-color css

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

 span { border-color: rgb(215,6,45); }

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