Html Css Color HEX #D20145 Crimson

📋 copy color: '#D20145'

red 210 ◦ green 1 ◦ blue 69

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

Shades of Crimson #D20145

Tints of Crimson #D20145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 75%
G = 0.36%
B = 24.64%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D20145 (or 0xD20145) is known color: Crimson. HEX triplet: D2, 01 and 45. RGB value is (210,1,69). Sum of RGB (Red+Green+Blue) = 210+1+69=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D20145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20145 is #2DFEBA. Grayscale: #474747. Windows color (decimal): -3014331 or 4522450. OLE color: 4522450.

HSL color Cylindrical-coordinate representation of color #D20145: hue angle of 340.48º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20145 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 69 -
CMYK 0 1.00 0.67 0.18
HSL 340.48º 0.99% 0.41% -
HSV(B) 340.48º 1% 0.82% -
XYZ 27.66 14.15 6.9 -
YUV 71.24 126.74 226.97 -
System Red Green Blue C M Y K H S L
Decimal 210 1 69 0 1.00 0.67 0.18 340.48 0.99 0.41
Hex D2 1 45 0 64 43 12 154 63 29
Octal 322 1 105 0 144 103 22 524 143 51
Binary 11010010 1 1000101 0 1100100 1000011 10010 101010100 1100011 101001

Color Harmonies of #D20145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20145

Black with #D20145

Text Example


Text Example

White with #D20145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20145; }

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

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

background-color css

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

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

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

border-color css

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

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

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