Html Css Color HEX #D70938 Crimson

📋 copy color: '#D70938'

red 215 ◦ green 9 ◦ blue 56

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

Shades of Crimson #D70938

Tints of Crimson #D70938

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 76.79%
G = 3.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D70938 (or 0xD70938) is known color: Crimson. HEX triplet: D7, 09 and 38. RGB value is (215,9,56). Sum of RGB (Red+Green+Blue) = 215+9+56=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D70938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70938 is #28F6C7. Grayscale: #4B4B4B. Windows color (decimal): -2684616 or 3672535. OLE color: 3672535.

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

Color convert

RGB 215 9 56 -
CMYK 0 0.96 0.74 0.16
HSL 346.31º 0.92% 0.44% -
HSV(B) 346.31º 0.96% 0.84% -
XYZ 28.84 14.93 5.1 -
YUV 75.95 116.75 227.18 -
System Red Green Blue C M Y K H S L
Decimal 215 9 56 0 0.96 0.74 0.16 346.31 0.92 0.44
Hex D7 9 38 0 60 4A 10 15A 5C 2C
Octal 327 11 70 0 140 112 20 532 134 54
Binary 11010111 1001 111000 0 1100000 1001010 10000 101011010 1011100 101100

Color Harmonies of #D70938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70938

Black with #D70938

Text Example


Text Example

White with #D70938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70938; }

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

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

background-color css

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

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

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

border-color css

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

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

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