Html Css Color HEX #D70333 Crimson

📋 copy color: '#D70333'

red 215 ◦ green 3 ◦ blue 51

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

Shades of Crimson #D70333

Tints of Crimson #D70333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.96%

R = 79.93%
G = 1.12%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D70333 (or 0xD70333) is known color: Crimson. HEX triplet: D7, 03 and 33. RGB value is (215,3,51). Sum of RGB (Red+Green+Blue) = 215+3+51=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D70333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70333 is #28FCCC. Grayscale: #474747. Windows color (decimal): -2686157 or 3343319. OLE color: 3343319.

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

Color convert

RGB 215 3 51 -
CMYK 0 0.99 0.76 0.16
HSL 346.42º 0.97% 0.43% -
HSV(B) 346.42º 0.99% 0.84% -
XYZ 28.65 14.75 4.47 -
YUV 71.86 116.24 230.1 -
System Red Green Blue C M Y K H S L
Decimal 215 3 51 0 0.99 0.76 0.16 346.42 0.97 0.43
Hex D7 3 33 0 63 4C 10 15A 61 2B
Octal 327 3 63 0 143 114 20 532 141 53
Binary 11010111 11 110011 0 1100011 1001100 10000 101011010 1100001 101011

Color Harmonies of #D70333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70333

Black with #D70333

Text Example


Text Example

White with #D70333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70333; }

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

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

background-color css

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

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

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

border-color css

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

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

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