Html Css Color HEX #D01349 Crimson

📋 copy color: '#D01349'

red 208 ◦ green 19 ◦ blue 73

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

Shades of Crimson #D01349

Tints of Crimson #D01349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 69.33%
G = 6.33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D01349 (or 0xD01349) is known color: Crimson. HEX triplet: D0, 13 and 49. RGB value is (208,19,73). Sum of RGB (Red+Green+Blue) = 208+19+73=300 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 208 - color contains mainly: red. Hex color #D01349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01349 is #2FECB6. Grayscale: #515151. Windows color (decimal): -3140791 or 4789200. OLE color: 4789200.

HSL color Cylindrical-coordinate representation of color #D01349: hue angle of 342.86º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01349 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 73 -
CMYK 0 0.91 0.65 0.18
HSL 342.86º 0.83% 0.45% -
HSV(B) 342.86º 0.91% 0.82% -
XYZ 27.45 14.36 7.63 -
YUV 81.67 123.12 218.11 -
System Red Green Blue C M Y K H S L
Decimal 208 19 73 0 0.91 0.65 0.18 342.86 0.83 0.45
Hex D0 13 49 0 5B 41 12 157 53 2D
Octal 320 23 111 0 133 101 22 527 123 55
Binary 11010000 10011 1001001 0 1011011 1000001 10010 101010111 1010011 101101

Color Harmonies of #D01349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01349

Black with #D01349

Text Example


Text Example

White with #D01349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01349; }

 p { color: rgb(208,19,73); }

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

background-color css

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

 a { background-color: rgb(208,19,73); }

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

border-color css

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

 span { border-color: rgb(208,19,73); }

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