Html Css Color HEX #D70A30 Crimson

📋 copy color: '#D70A30'

red 215 ◦ green 10 ◦ blue 48

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

Shades of Crimson #D70A30

Tints of Crimson #D70A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.66%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 78.75%
G = 3.66%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D70A30 (or 0xD70A30) is known color: Crimson. HEX triplet: D7, 0A and 30. RGB value is (215,10,48). Sum of RGB (Red+Green+Blue) = 215+10+48=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A30 is #28F5CF. Grayscale: #4B4B4B. Windows color (decimal): -2684368 or 3148503. OLE color: 3148503.

HSL color Cylindrical-coordinate representation of color #D70A30: hue angle of 348.88º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A30 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 10 48 -
CMYK 0 0.95 0.78 0.16
HSL 348.88º 0.91% 0.44% -
HSV(B) 348.88º 0.95% 0.84% -
XYZ 28.67 14.88 4.16 -
YUV 75.63 112.42 227.41 -
System Red Green Blue C M Y K H S L
Decimal 215 10 48 0 0.95 0.78 0.16 348.88 0.91 0.44
Hex D7 A 30 0 5F 4E 10 15D 5B 2C
Octal 327 12 60 0 137 116 20 535 133 54
Binary 11010111 1010 110000 0 1011111 1001110 10000 101011101 1011011 101100

Color Harmonies of #D70A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70A30

Black with #D70A30

Text Example


Text Example

White with #D70A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70A30; }

 p { color: rgb(215,10,48); }

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

background-color css

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

 a { background-color: rgb(215,10,48); }

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

border-color css

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

 span { border-color: rgb(215,10,48); }

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