Html Css Color HEX #D0143D Crimson

📋 copy color: '#D0143D'

red 208 ◦ green 20 ◦ blue 61

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

Shades of Crimson #D0143D

Tints of Crimson #D0143D

RGB

 RED value IS 208 (81.64% from 255) = 71.97%

 GREEN value IS 20 (8.2% from 255) = 6.92%

 BLUE value IS 61 (24.22% from 255) = 21.11%

R = 71.97%
G = 6.92%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0143D (or 0xD0143D) is known color: Crimson. HEX triplet: D0, 14 and 3D. RGB value is (208,20,61). Sum of RGB (Red+Green+Blue) = 208+20+61=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0143D is #2FEBC2. Grayscale: #505050. Windows color (decimal): -3140547 or 4003024. OLE color: 4003024.

HSL color Cylindrical-coordinate representation of color #D0143D: hue angle of 346.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0143D is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 20 61 -
CMYK 0 0.90 0.71 0.18
HSL 346.91º 0.82% 0.45% -
HSV(B) 346.91º 0.9% 0.82% -
XYZ 27.1 14.25 5.74 -
YUV 80.89 116.78 218.67 -
System Red Green Blue C M Y K H S L
Decimal 208 20 61 0 0.90 0.71 0.18 346.91 0.82 0.45
Hex D0 14 3D 0 5A 47 12 15B 52 2D
Octal 320 24 75 0 132 107 22 533 122 55
Binary 11010000 10100 111101 0 1011010 1000111 10010 101011011 1010010 101101

Color Harmonies of #D0143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0143D

Black with #D0143D

Text Example


Text Example

White with #D0143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0143D; }

 p { color: rgb(208,20,61); }

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

background-color css

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

 a { background-color: rgb(208,20,61); }

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

border-color css

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

 span { border-color: rgb(208,20,61); }

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