Html Css Color HEX #D20245 Crimson

📋 copy color: '#D20245'

red 210 ◦ green 2 ◦ blue 69

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

Shades of Crimson #D20245

Tints of Crimson #D20245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 74.73%
G = 0.71%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D20245 (or 0xD20245) is known color: Crimson. HEX triplet: D2, 02 and 45. RGB value is (210,2,69). Sum of RGB (Red+Green+Blue) = 210+2+69=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D20245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20245 is #2DFDBA. Grayscale: #474747. Windows color (decimal): -3014075 or 4522706. OLE color: 4522706.

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

Color convert

RGB 210 2 69 -
CMYK 0 0.99 0.67 0.18
HSL 340.67º 0.98% 0.42% -
HSV(B) 340.67º 0.99% 0.82% -
XYZ 27.67 14.17 6.91 -
YUV 71.83 126.41 226.55 -
System Red Green Blue C M Y K H S L
Decimal 210 2 69 0 0.99 0.67 0.18 340.67 0.98 0.42
Hex D2 2 45 0 63 43 12 155 62 2A
Octal 322 2 105 0 143 103 22 525 142 52
Binary 11010010 10 1000101 0 1100011 1000011 10010 101010101 1100010 101010

Color Harmonies of #D20245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20245

Black with #D20245

Text Example


Text Example

White with #D20245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20245; }

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

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

background-color css

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

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

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

border-color css

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

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

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