Html Css Color HEX #D70230 Crimson

📋 copy color: '#D70230'

red 215 ◦ green 2 ◦ blue 48

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

Shades of Crimson #D70230

Tints of Crimson #D70230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 81.13%
G = 0.75%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D70230 (or 0xD70230) is known color: Crimson. HEX triplet: D7, 02 and 30. RGB value is (215,2,48). Sum of RGB (Red+Green+Blue) = 215+2+48=265 (35% of max value = 765). Red value is 215 (84.38% from 255 or 81.13% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 215 - color contains mainly: red. Hex color #D70230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70230 is #28FDCF. Grayscale: #464646. Windows color (decimal): -2686416 or 3146455. OLE color: 3146455.

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

Color convert

RGB 215 2 48 -
CMYK 0 0.99 0.78 0.16
HSL 347.04º 0.98% 0.43% -
HSV(B) 347.04º 0.99% 0.84% -
XYZ 28.58 14.7 4.13 -
YUV 70.93 115.07 230.76 -
System Red Green Blue C M Y K H S L
Decimal 215 2 48 0 0.99 0.78 0.16 347.04 0.98 0.43
Hex D7 2 30 0 63 4E 10 15B 62 2B
Octal 327 2 60 0 143 116 20 533 142 53
Binary 11010111 10 110000 0 1100011 1001110 10000 101011011 1100010 101011

Color Harmonies of #D70230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70230

Black with #D70230

Text Example


Text Example

White with #D70230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70230; }

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

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

background-color css

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

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

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

border-color css

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

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

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