Html Css Color HEX #D00144 Crimson

📋 copy color: '#D00144'

red 208 ◦ green 1 ◦ blue 68

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

Shades of Crimson #D00144

Tints of Crimson #D00144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 75.09%
G = 0.36%
B = 24.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D00144 (or 0xD00144) is known color: Crimson. HEX triplet: D0, 01 and 44. RGB value is (208,1,68). Sum of RGB (Red+Green+Blue) = 208+1+68=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D00144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00144 is #2FFEBB. Grayscale: #464646. Windows color (decimal): -3145404 or 4456912. OLE color: 4456912.

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

Color convert

RGB 208 1 68 -
CMYK 0 1.00 0.67 0.18
HSL 340.58º 0.99% 0.41% -
HSV(B) 340.58º 1% 0.82% -
XYZ 27.07 13.85 6.72 -
YUV 70.53 126.58 226.05 -
System Red Green Blue C M Y K H S L
Decimal 208 1 68 0 1.00 0.67 0.18 340.58 0.99 0.41
Hex D0 1 44 0 64 43 12 155 63 29
Octal 320 1 104 0 144 103 22 525 143 51
Binary 11010000 1 1000100 0 1100100 1000011 10010 101010101 1100011 101001

Color Harmonies of #D00144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00144

Black with #D00144

Text Example


Text Example

White with #D00144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00144; }

 p { color: rgb(208,1,68); }

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

background-color css

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

 a { background-color: rgb(208,1,68); }

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

border-color css

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

 span { border-color: rgb(208,1,68); }

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