Html Css Color HEX #D70331 Crimson

📋 copy color: '#D70331'

red 215 ◦ green 3 ◦ blue 49

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

Shades of Crimson #D70331

Tints of Crimson #D70331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 80.52%
G = 1.12%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70331 (or 0xD70331) is known color: Crimson. HEX triplet: D7, 03 and 31. RGB value is (215,3,49). Sum of RGB (Red+Green+Blue) = 215+3+49=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D70331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70331 is #28FCCE. Grayscale: #474747. Windows color (decimal): -2686159 or 3212247. OLE color: 3212247.

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

Color convert

RGB 215 3 49 -
CMYK 0 0.99 0.77 0.16
HSL 346.98º 0.97% 0.43% -
HSV(B) 346.98º 0.99% 0.84% -
XYZ 28.61 14.73 4.24 -
YUV 71.63 115.24 230.26 -
System Red Green Blue C M Y K H S L
Decimal 215 3 49 0 0.99 0.77 0.16 346.98 0.97 0.43
Hex D7 3 31 0 63 4D 10 15B 61 2B
Octal 327 3 61 0 143 115 20 533 141 53
Binary 11010111 11 110001 0 1100011 1001101 10000 101011011 1100001 101011

Color Harmonies of #D70331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70331

Black with #D70331

Text Example


Text Example

White with #D70331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70331; }

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

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

background-color css

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

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

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

border-color css

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

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

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