Html Css Color HEX #D20233 Crimson

📋 copy color: '#D20233'

red 210 ◦ green 2 ◦ blue 51

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

Shades of Crimson #D20233

Tints of Crimson #D20233

RGB

 RED value IS 210 (82.42% from 255) = 79.85%

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

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

R = 79.85%
G = 0.76%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D20233 (or 0xD20233) is known color: Crimson. HEX triplet: D2, 02 and 33. RGB value is (210,2,51). Sum of RGB (Red+Green+Blue) = 210+2+51=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20233 is #2DFDCC. Grayscale: #454545. Windows color (decimal): -3014093 or 3343058. OLE color: 3343058.

HSL color Cylindrical-coordinate representation of color #D20233: hue angle of 345.87º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20233 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 51 -
CMYK 0 0.99 0.76 0.18
HSL 345.87º 0.98% 0.42% -
HSV(B) 345.87º 0.99% 0.82% -
XYZ 27.2 13.98 4.4 -
YUV 69.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 210 2 51 0 0.99 0.76 0.18 345.87 0.98 0.42
Hex D2 2 33 0 63 4C 12 15A 62 2A
Octal 322 2 63 0 143 114 22 532 142 52
Binary 11010010 10 110011 0 1100011 1001100 10010 101011010 1100010 101010

Color Harmonies of #D20233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20233

Black with #D20233

Text Example


Text Example

White with #D20233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20233; }

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

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

background-color css

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

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

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

border-color css

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

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

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