Html Css Color HEX #D0144B Crimson

📋 copy color: '#D0144B'

red 208 ◦ green 20 ◦ blue 75

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

Shades of Crimson #D0144B

Tints of Crimson #D0144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 68.65%
G = 6.6%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0144B (or 0xD0144B) is known color: Crimson. HEX triplet: D0, 14 and 4B. RGB value is (208,20,75). Sum of RGB (Red+Green+Blue) = 208+20+75=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0144B is #2FEBB4. Grayscale: #525252. Windows color (decimal): -3140533 or 4920528. OLE color: 4920528.

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

Color convert

RGB 208 20 75 -
CMYK 0 0.90 0.64 0.18
HSL 342.45º 0.82% 0.45% -
HSV(B) 342.45º 0.9% 0.82% -
XYZ 27.53 14.42 7.99 -
YUV 82.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 208 20 75 0 0.90 0.64 0.18 342.45 0.82 0.45
Hex D0 14 4B 0 5A 40 12 156 52 2D
Octal 320 24 113 0 132 100 22 526 122 55
Binary 11010000 10100 1001011 0 1011010 1000000 10010 101010110 1010010 101101

Color Harmonies of #D0144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0144B

Black with #D0144B

Text Example


Text Example

White with #D0144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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