Html Css Color HEX #D01145 Crimson

📋 copy color: '#D01145'

red 208 ◦ green 17 ◦ blue 69

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

Shades of Crimson #D01145

Tints of Crimson #D01145

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.78%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 70.75%
G = 5.78%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D01145 (or 0xD01145) is known color: Crimson. HEX triplet: D0, 11 and 45. RGB value is (208,17,69). Sum of RGB (Red+Green+Blue) = 208+17+69=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D01145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01145 is #2FEEBA. Grayscale: #505050. Windows color (decimal): -3141307 or 4526544. OLE color: 4526544.

HSL color Cylindrical-coordinate representation of color #D01145: hue angle of 343.66º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D01145 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 69 -
CMYK 0 0.92 0.67 0.18
HSL 343.66º 0.85% 0.44% -
HSV(B) 343.66º 0.92% 0.82% -
XYZ 27.29 14.24 6.94 -
YUV 80.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 208 17 69 0 0.92 0.67 0.18 343.66 0.85 0.44
Hex D0 11 45 0 5C 43 12 158 55 2C
Octal 320 21 105 0 134 103 22 530 125 54
Binary 11010000 10001 1000101 0 1011100 1000011 10010 101011000 1010101 101100

Color Harmonies of #D01145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01145

Black with #D01145

Text Example


Text Example

White with #D01145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01145; }

 p { color: rgb(208,17,69); }

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

background-color css

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

 a { background-color: rgb(208,17,69); }

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

border-color css

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

 span { border-color: rgb(208,17,69); }

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