Html Css Color HEX #D20143 Crimson

📋 copy color: '#D20143'

red 210 ◦ green 1 ◦ blue 67

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

Shades of Crimson #D20143

Tints of Crimson #D20143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 75.54%
G = 0.36%
B = 24.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D20143 (or 0xD20143) is known color: Crimson. HEX triplet: D2, 01 and 43. RGB value is (210,1,67). Sum of RGB (Red+Green+Blue) = 210+1+67=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D20143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20143 is #2DFEBC. Grayscale: #464646. Windows color (decimal): -3014333 or 4391378. OLE color: 4391378.

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

Color convert

RGB 210 1 67 -
CMYK 0 1.00 0.68 0.18
HSL 341.05º 0.99% 0.41% -
HSV(B) 341.05º 1% 0.82% -
XYZ 27.6 14.13 6.58 -
YUV 71.02 125.74 227.13 -
System Red Green Blue C M Y K H S L
Decimal 210 1 67 0 1.00 0.68 0.18 341.05 0.99 0.41
Hex D2 1 43 0 64 44 12 155 63 29
Octal 322 1 103 0 144 104 22 525 143 51
Binary 11010010 1 1000011 0 1100100 1000100 10010 101010101 1100011 101001

Color Harmonies of #D20143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20143

Black with #D20143

Text Example


Text Example

White with #D20143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20143; }

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

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

background-color css

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

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

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

border-color css

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

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

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