Html Css Color HEX #D70530 Crimson

📋 copy color: '#D70530'

red 215 ◦ green 5 ◦ blue 48

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

Shades of Crimson #D70530

Tints of Crimson #D70530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

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

R = 80.22%
G = 1.87%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D70530 (or 0xD70530) is known color: Crimson. HEX triplet: D7, 05 and 30. RGB value is (215,5,48). Sum of RGB (Red+Green+Blue) = 215+5+48=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D70530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70530 is #28FACF. Grayscale: #484848. Windows color (decimal): -2685648 or 3147223. OLE color: 3147223.

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

Color convert

RGB 215 5 48 -
CMYK 0 0.98 0.78 0.16
HSL 347.71º 0.95% 0.43% -
HSV(B) 347.71º 0.98% 0.84% -
XYZ 28.61 14.77 4.14 -
YUV 72.69 114.07 229.5 -
System Red Green Blue C M Y K H S L
Decimal 215 5 48 0 0.98 0.78 0.16 347.71 0.95 0.43
Hex D7 5 30 0 62 4E 10 15C 5F 2B
Octal 327 5 60 0 142 116 20 534 137 53
Binary 11010111 101 110000 0 1100010 1001110 10000 101011100 1011111 101011

Color Harmonies of #D70530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70530

Black with #D70530

Text Example


Text Example

White with #D70530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70530; }

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

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

background-color css

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

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

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

border-color css

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

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

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