Html Css Color HEX #D70648 Crimson

📋 copy color: '#D70648'

red 215 ◦ green 6 ◦ blue 72

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

Shades of Crimson #D70648

Tints of Crimson #D70648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 73.38%
G = 2.05%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70648 (or 0xD70648) is known color: Crimson. HEX triplet: D7, 06 and 48. RGB value is (215,6,72). Sum of RGB (Red+Green+Blue) = 215+6+72=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D70648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70648 is #28F9B7. Grayscale: #4B4B4B. Windows color (decimal): -2685368 or 4720343. OLE color: 4720343.

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

Color convert

RGB 215 6 72 -
CMYK 0 0.97 0.67 0.16
HSL 341.05º 0.95% 0.43% -
HSV(B) 341.05º 0.97% 0.84% -
XYZ 29.26 15.05 7.49 -
YUV 76.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 215 6 72 0 0.97 0.67 0.16 341.05 0.95 0.43
Hex D7 6 48 0 61 43 10 155 5F 2B
Octal 327 6 110 0 141 103 20 525 137 53
Binary 11010111 110 1001000 0 1100001 1000011 10000 101010101 1011111 101011

Color Harmonies of #D70648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70648

Black with #D70648

Text Example


Text Example

White with #D70648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70648; }

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

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

background-color css

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

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

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

border-color css

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

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

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