Html Css Color HEX #D01942 Crimson

📋 copy color: '#D01942'

red 208 ◦ green 25 ◦ blue 66

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

Shades of Crimson #D01942

Tints of Crimson #D01942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 69.57%
G = 8.36%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D01942 (or 0xD01942) is known color: Crimson. HEX triplet: D0, 19 and 42. RGB value is (208,25,66). Sum of RGB (Red+Green+Blue) = 208+25+66=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D01942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01942 is #2FE6BD. Grayscale: #545454. Windows color (decimal): -3139262 or 4331984. OLE color: 4331984.

HSL color Cylindrical-coordinate representation of color #D01942: hue angle of 346.56º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01942 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 66 -
CMYK 0 0.88 0.68 0.18
HSL 346.56º 0.79% 0.46% -
HSV(B) 346.56º 0.88% 0.82% -
XYZ 27.34 14.5 6.51 -
YUV 84.39 117.63 216.17 -
System Red Green Blue C M Y K H S L
Decimal 208 25 66 0 0.88 0.68 0.18 346.56 0.79 0.46
Hex D0 19 42 0 58 44 12 15B 4F 2E
Octal 320 31 102 0 130 104 22 533 117 56
Binary 11010000 11001 1000010 0 1011000 1000100 10010 101011011 1001111 101110

Color Harmonies of #D01942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01942

Black with #D01942

Text Example


Text Example

White with #D01942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01942; }

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

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

background-color css

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

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

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

border-color css

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

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

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