Html Css Color HEX #D20234 Crimson

📋 copy color: '#D20234'

red 210 ◦ green 2 ◦ blue 52

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

Shades of Crimson #D20234

Tints of Crimson #D20234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 79.55%
G = 0.76%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20234 (or 0xD20234) is known color: Crimson. HEX triplet: D2, 02 and 34. RGB value is (210,2,52). Sum of RGB (Red+Green+Blue) = 210+2+52=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D20234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20234 is #2DFDCB. Grayscale: #454545. Windows color (decimal): -3014092 or 3408594. OLE color: 3408594.

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

Color convert

RGB 210 2 52 -
CMYK 0 0.99 0.75 0.18
HSL 345.58º 0.98% 0.42% -
HSV(B) 345.58º 0.99% 0.82% -
XYZ 27.22 13.99 4.52 -
YUV 69.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 210 2 52 0 0.99 0.75 0.18 345.58 0.98 0.42
Hex D2 2 34 0 63 4B 12 15A 62 2A
Octal 322 2 64 0 143 113 22 532 142 52
Binary 11010010 10 110100 0 1100011 1001011 10010 101011010 1100010 101010

Color Harmonies of #D20234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20234

Black with #D20234

Text Example


Text Example

White with #D20234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20234; }

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

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

background-color css

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

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

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

border-color css

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

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

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