Html Css Color HEX #D01242 Crimson

📋 copy color: '#D01242'

red 208 ◦ green 18 ◦ blue 66

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

Shades of Crimson #D01242

Tints of Crimson #D01242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 71.23%
G = 6.16%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D01242 (or 0xD01242) is known color: Crimson. HEX triplet: D0, 12 and 42. RGB value is (208,18,66). Sum of RGB (Red+Green+Blue) = 208+18+66=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D01242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01242 is #2FEDBD. Grayscale: #505050. Windows color (decimal): -3141054 or 4330192. OLE color: 4330192.

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

Color convert

RGB 208 18 66 -
CMYK 0 0.91 0.68 0.18
HSL 344.84º 0.84% 0.44% -
HSV(B) 344.84º 0.91% 0.82% -
XYZ 27.21 14.24 6.47 -
YUV 80.28 119.95 219.1 -
System Red Green Blue C M Y K H S L
Decimal 208 18 66 0 0.91 0.68 0.18 344.84 0.84 0.44
Hex D0 12 42 0 5B 44 12 159 54 2C
Octal 320 22 102 0 133 104 22 531 124 54
Binary 11010000 10010 1000010 0 1011011 1000100 10010 101011001 1010100 101100

Color Harmonies of #D01242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01242

Black with #D01242

Text Example


Text Example

White with #D01242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01242; }

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

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

background-color css

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

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

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

border-color css

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

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

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