Html Css Color HEX #D7063F Crimson

📋 copy color: '#D7063F'

red 215 ◦ green 6 ◦ blue 63

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

Shades of Crimson #D7063F

Tints of Crimson #D7063F

RGB

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

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

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

R = 75.7%
G = 2.11%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7063F (or 0xD7063F) is known color: Crimson. HEX triplet: D7, 06 and 3F. RGB value is (215,6,63). Sum of RGB (Red+Green+Blue) = 215+6+63=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D7063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7063F is #28F9C0. Grayscale: #4A4A4A. Windows color (decimal): -2685377 or 4130519. OLE color: 4130519.

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

Color convert

RGB 215 6 63 -
CMYK 0 0.97 0.71 0.16
HSL 343.64º 0.95% 0.43% -
HSV(B) 343.64º 0.97% 0.84% -
XYZ 28.99 14.94 6.06 -
YUV 74.99 121.24 227.87 -
System Red Green Blue C M Y K H S L
Decimal 215 6 63 0 0.97 0.71 0.16 343.64 0.95 0.43
Hex D7 6 3F 0 61 47 10 158 5F 2B
Octal 327 6 77 0 141 107 20 530 137 53
Binary 11010111 110 111111 0 1100001 1000111 10000 101011000 1011111 101011

Color Harmonies of #D7063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7063F

Black with #D7063F

Text Example


Text Example

White with #D7063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7063F; }

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

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

background-color css

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

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

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

border-color css

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

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

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