Html Css Color HEX #D01445 Crimson

📋 copy color: '#D01445'

red 208 ◦ green 20 ◦ blue 69

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

Shades of Crimson #D01445

Tints of Crimson #D01445

RGB

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

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

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

R = 70.03%
G = 6.73%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D01445 (or 0xD01445) is known color: Crimson. HEX triplet: D0, 14 and 45. RGB value is (208,20,69). Sum of RGB (Red+Green+Blue) = 208+20+69=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D01445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01445 is #2FEBBA. Grayscale: #515151. Windows color (decimal): -3140539 or 4527312. OLE color: 4527312.

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

Color convert

RGB 208 20 69 -
CMYK 0 0.90 0.67 0.18
HSL 344.36º 0.82% 0.45% -
HSV(B) 344.36º 0.9% 0.82% -
XYZ 27.34 14.34 6.96 -
YUV 81.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 208 20 69 0 0.90 0.67 0.18 344.36 0.82 0.45
Hex D0 14 45 0 5A 43 12 158 52 2D
Octal 320 24 105 0 132 103 22 530 122 55
Binary 11010000 10100 1000101 0 1011010 1000011 10010 101011000 1010010 101101

Color Harmonies of #D01445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01445

Black with #D01445

Text Example


Text Example

White with #D01445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01445; }

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

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

background-color css

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

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

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

border-color css

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

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

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