Html Css Color HEX #D70235 Crimson

📋 copy color: '#D70235'

red 215 ◦ green 2 ◦ blue 53

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

Shades of Crimson #D70235

Tints of Crimson #D70235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 79.63%
G = 0.74%
B = 19.63%

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

#D70235 (or 0xD70235) is known color: Crimson. HEX triplet: D7, 02 and 35. RGB value is (215,2,53). Sum of RGB (Red+Green+Blue) = 215+2+53=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70235 is #28FDCA. Grayscale: #474747. Windows color (decimal): -2686411 or 3474135. OLE color: 3474135.

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

Color convert

RGB 215 2 53 -
CMYK 0 0.99 0.75 0.16
HSL 345.63º 0.98% 0.43% -
HSV(B) 345.63º 0.99% 0.84% -
XYZ 28.69 14.75 4.7 -
YUV 71.5 117.57 230.35 -
System Red Green Blue C M Y K H S L
Decimal 215 2 53 0 0.99 0.75 0.16 345.63 0.98 0.43
Hex D7 2 35 0 63 4B 10 15A 62 2B
Octal 327 2 65 0 143 113 20 532 142 53
Binary 11010111 10 110101 0 1100011 1001011 10000 101011010 1100010 101011

Color Harmonies of #D70235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70235

Black with #D70235

Text Example


Text Example

White with #D70235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70235; }

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

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

background-color css

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

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

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

border-color css

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

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

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