Html Css Color HEX #D70233 Crimson

📋 copy color: '#D70233'

red 215 ◦ green 2 ◦ blue 51

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

Shades of Crimson #D70233

Tints of Crimson #D70233

RGB

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

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

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

R = 80.22%
G = 0.75%
B = 19.03%

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

#D70233 (or 0xD70233) is known color: Crimson. HEX triplet: D7, 02 and 33. RGB value is (215,2,51). Sum of RGB (Red+Green+Blue) = 215+2+51=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D70233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70233 is #28FDCC. Grayscale: #474747. Windows color (decimal): -2686413 or 3343063. OLE color: 3343063.

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

Color convert

RGB 215 2 51 -
CMYK 0 0.99 0.76 0.16
HSL 346.2º 0.98% 0.43% -
HSV(B) 346.2º 0.99% 0.84% -
XYZ 28.64 14.73 4.47 -
YUV 71.27 116.57 230.52 -
System Red Green Blue C M Y K H S L
Decimal 215 2 51 0 0.99 0.76 0.16 346.2 0.98 0.43
Hex D7 2 33 0 63 4C 10 15A 62 2B
Octal 327 2 63 0 143 114 20 532 142 53
Binary 11010111 10 110011 0 1100011 1001100 10000 101011010 1100010 101011

Color Harmonies of #D70233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70233

Black with #D70233

Text Example


Text Example

White with #D70233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70233; }

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

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

background-color css

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

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

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

border-color css

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

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

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