Html Css Color HEX #D01241 Crimson

📋 copy color: '#D01241'

red 208 ◦ green 18 ◦ blue 65

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

Shades of Crimson #D01241

Tints of Crimson #D01241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.19%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 71.48%
G = 6.19%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D01241 (or 0xD01241) is known color: Crimson. HEX triplet: D0, 12 and 41. RGB value is (208,18,65). Sum of RGB (Red+Green+Blue) = 208+18+65=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D01241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01241 is #2FEDBE. Grayscale: #505050. Windows color (decimal): -3141055 or 4264656. OLE color: 4264656.

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

Color convert

RGB 208 18 65 -
CMYK 0 0.91 0.69 0.18
HSL 345.16º 0.84% 0.44% -
HSV(B) 345.16º 0.91% 0.82% -
XYZ 27.18 14.22 6.31 -
YUV 80.17 119.45 219.18 -
System Red Green Blue C M Y K H S L
Decimal 208 18 65 0 0.91 0.69 0.18 345.16 0.84 0.44
Hex D0 12 41 0 5B 45 12 159 54 2C
Octal 320 22 101 0 133 105 22 531 124 54
Binary 11010000 10010 1000001 0 1011011 1000101 10010 101011001 1010100 101100

Color Harmonies of #D01241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01241

Black with #D01241

Text Example


Text Example

White with #D01241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01241; }

 p { color: rgb(208,18,65); }

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

background-color css

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

 a { background-color: rgb(208,18,65); }

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

border-color css

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

 span { border-color: rgb(208,18,65); }

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