Html Css Color HEX #D01239 Crimson

📋 copy color: '#D01239'

red 208 ◦ green 18 ◦ blue 57

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

Shades of Crimson #D01239

Tints of Crimson #D01239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 73.5%
G = 6.36%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D01239 (or 0xD01239) is known color: Crimson. HEX triplet: D0, 12 and 39. RGB value is (208,18,57). Sum of RGB (Red+Green+Blue) = 208+18+57=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D01239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01239 is #2FEDC6. Grayscale: #4F4F4F. Windows color (decimal): -3141063 or 3740368. OLE color: 3740368.

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

Color convert

RGB 208 18 57 -
CMYK 0 0.91 0.73 0.18
HSL 347.68º 0.84% 0.44% -
HSV(B) 347.68º 0.91% 0.82% -
XYZ 26.97 14.14 5.18 -
YUV 79.26 115.45 219.83 -
System Red Green Blue C M Y K H S L
Decimal 208 18 57 0 0.91 0.73 0.18 347.68 0.84 0.44
Hex D0 12 39 0 5B 49 12 15C 54 2C
Octal 320 22 71 0 133 111 22 534 124 54
Binary 11010000 10010 111001 0 1011011 1001001 10010 101011100 1010100 101100

Color Harmonies of #D01239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01239

Black with #D01239

Text Example


Text Example

White with #D01239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01239; }

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

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

background-color css

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

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

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

border-color css

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

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

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