Html Css Color HEX #D70348 Crimson

📋 copy color: '#D70348'

red 215 ◦ green 3 ◦ blue 72

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

Shades of Crimson #D70348

Tints of Crimson #D70348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 74.14%
G = 1.03%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70348 (or 0xD70348) is known color: Crimson. HEX triplet: D7, 03 and 48. RGB value is (215,3,72). Sum of RGB (Red+Green+Blue) = 215+3+72=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D70348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70348 is #28FCB7. Grayscale: #4A4A4A. Windows color (decimal): -2686136 or 4719575. OLE color: 4719575.

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

Color convert

RGB 215 3 72 -
CMYK 0 0.99 0.67 0.16
HSL 340.47º 0.97% 0.43% -
HSV(B) 340.47º 0.99% 0.84% -
XYZ 29.23 14.98 7.48 -
YUV 74.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 215 3 72 0 0.99 0.67 0.16 340.47 0.97 0.43
Hex D7 3 48 0 63 43 10 154 61 2B
Octal 327 3 110 0 143 103 20 524 141 53
Binary 11010111 11 1001000 0 1100011 1000011 10000 101010100 1100001 101011

Color Harmonies of #D70348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70348

Black with #D70348

Text Example


Text Example

White with #D70348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70348; }

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

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

background-color css

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

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

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

border-color css

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

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

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