Html Css Color HEX #D20134 Crimson

📋 copy color: '#D20134'

red 210 ◦ green 1 ◦ blue 52

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

Shades of Crimson #D20134

Tints of Crimson #D20134

RGB

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

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

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

R = 79.85%
G = 0.38%
B = 19.77%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D20134 (or 0xD20134) is known color: Crimson. HEX triplet: D2, 01 and 34. RGB value is (210,1,52). Sum of RGB (Red+Green+Blue) = 210+1+52=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D20134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20134 is #2DFECB. Grayscale: #454545. Windows color (decimal): -3014348 or 3408338. OLE color: 3408338.

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

Color convert

RGB 210 1 52 -
CMYK 0 1.00 0.75 0.18
HSL 345.36º 0.99% 0.41% -
HSV(B) 345.36º 1% 0.82% -
XYZ 27.21 13.97 4.51 -
YUV 69.31 118.24 228.35 -
System Red Green Blue C M Y K H S L
Decimal 210 1 52 0 1.00 0.75 0.18 345.36 0.99 0.41
Hex D2 1 34 0 64 4B 12 159 63 29
Octal 322 1 64 0 144 113 22 531 143 51
Binary 11010010 1 110100 0 1100100 1001011 10010 101011001 1100011 101001

Color Harmonies of #D20134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20134

Black with #D20134

Text Example


Text Example

White with #D20134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20134; }

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

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

background-color css

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

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

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

border-color css

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

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

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