Html Css Color HEX #D0143C Crimson

📋 copy color: '#D0143C'

red 208 ◦ green 20 ◦ blue 60

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

Shades of Crimson #D0143C

Tints of Crimson #D0143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.83%

R = 72.22%
G = 6.94%
B = 20.83%

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

#D0143C (or 0xD0143C) is known color: Crimson. HEX triplet: D0, 14 and 3C. RGB value is (208,20,60). Sum of RGB (Red+Green+Blue) = 208+20+60=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0143C is #2FEBC3. Grayscale: #505050. Windows color (decimal): -3140548 or 3937488. OLE color: 3937488.

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

Color convert

RGB 208 20 60 -
CMYK 0 0.90 0.71 0.18
HSL 347.23º 0.82% 0.45% -
HSV(B) 347.23º 0.9% 0.82% -
XYZ 27.08 14.24 5.6 -
YUV 80.77 116.28 218.75 -
System Red Green Blue C M Y K H S L
Decimal 208 20 60 0 0.90 0.71 0.18 347.23 0.82 0.45
Hex D0 14 3C 0 5A 47 12 15B 52 2D
Octal 320 24 74 0 132 107 22 533 122 55
Binary 11010000 10100 111100 0 1011010 1000111 10010 101011011 1010010 101101

Color Harmonies of #D0143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0143C

Black with #D0143C

Text Example


Text Example

White with #D0143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0143C; }

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

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

background-color css

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

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

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

border-color css

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

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

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