Html Css Color HEX #D70538 Crimson

📋 copy color: '#D70538'

red 215 ◦ green 5 ◦ blue 56

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

Shades of Crimson #D70538

Tints of Crimson #D70538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 77.9%
G = 1.81%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D70538 (or 0xD70538) is known color: Crimson. HEX triplet: D7, 05 and 38. RGB value is (215,5,56). Sum of RGB (Red+Green+Blue) = 215+5+56=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D70538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70538 is #28FAC7. Grayscale: #494949. Windows color (decimal): -2685640 or 3671511. OLE color: 3671511.

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

Color convert

RGB 215 5 56 -
CMYK 0 0.98 0.74 0.16
HSL 345.43º 0.95% 0.43% -
HSV(B) 345.43º 0.98% 0.84% -
XYZ 28.79 14.84 5.09 -
YUV 73.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 215 5 56 0 0.98 0.74 0.16 345.43 0.95 0.43
Hex D7 5 38 0 62 4A 10 159 5F 2B
Octal 327 5 70 0 142 112 20 531 137 53
Binary 11010111 101 111000 0 1100010 1001010 10000 101011001 1011111 101011

Color Harmonies of #D70538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70538

Black with #D70538

Text Example


Text Example

White with #D70538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70538; }

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

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

background-color css

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

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

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

border-color css

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

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

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