Html Css Color HEX #D20138 Crimson

📋 copy color: '#D20138'

red 210 ◦ green 1 ◦ blue 56

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

Shades of Crimson #D20138

Tints of Crimson #D20138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.97%

R = 78.65%
G = 0.37%
B = 20.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D20138 (or 0xD20138) is known color: Crimson. HEX triplet: D2, 01 and 38. RGB value is (210,1,56). Sum of RGB (Red+Green+Blue) = 210+1+56=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D20138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20138 is #2DFEC7. Grayscale: #454545. Windows color (decimal): -3014344 or 3670482. OLE color: 3670482.

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

Color convert

RGB 210 1 56 -
CMYK 0 1.00 0.73 0.18
HSL 344.21º 0.99% 0.41% -
HSV(B) 344.21º 1% 0.82% -
XYZ 27.3 14.01 5.01 -
YUV 69.76 120.24 228.03 -
System Red Green Blue C M Y K H S L
Decimal 210 1 56 0 1.00 0.73 0.18 344.21 0.99 0.41
Hex D2 1 38 0 64 49 12 158 63 29
Octal 322 1 70 0 144 111 22 530 143 51
Binary 11010010 1 111000 0 1100100 1001001 10010 101011000 1100011 101001

Color Harmonies of #D20138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20138

Black with #D20138

Text Example


Text Example

White with #D20138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20138; }

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

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

background-color css

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

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

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

border-color css

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

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

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