Html Css Color HEX #D70335 Crimson

📋 copy color: '#D70335'

red 215 ◦ green 3 ◦ blue 53

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

Shades of Crimson #D70335

Tints of Crimson #D70335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 79.34%
G = 1.11%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D70335 (or 0xD70335) is known color: Crimson. HEX triplet: D7, 03 and 35. RGB value is (215,3,53). Sum of RGB (Red+Green+Blue) = 215+3+53=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70335 is #28FCCA. Grayscale: #484848. Windows color (decimal): -2686155 or 3474391. OLE color: 3474391.

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

Color convert

RGB 215 3 53 -
CMYK 0 0.99 0.75 0.16
HSL 345.85º 0.97% 0.43% -
HSV(B) 345.85º 0.99% 0.84% -
XYZ 28.7 14.77 4.71 -
YUV 72.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 215 3 53 0 0.99 0.75 0.16 345.85 0.97 0.43
Hex D7 3 35 0 63 4B 10 15A 61 2B
Octal 327 3 65 0 143 113 20 532 141 53
Binary 11010111 11 110101 0 1100011 1001011 10000 101011010 1100001 101011

Color Harmonies of #D70335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70335

Black with #D70335

Text Example


Text Example

White with #D70335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70335; }

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

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

background-color css

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

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

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

border-color css

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

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

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