Html Css Color HEX #D00042 Crimson

📋 copy color: '#D00042'

red 208 ◦ green 0 ◦ blue 66

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

Shades of Crimson #D00042

Tints of Crimson #D00042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.91%
G = 0%
B = 24.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00042 (or 0xD00042) is known color: Crimson. HEX triplet: D0, 00 and 42. RGB value is (208,0,66). Sum of RGB (Red+Green+Blue) = 208+0+66=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D00042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00042 is #2FFFBD. Grayscale: #454545. Windows color (decimal): -3145662 or 4325584. OLE color: 4325584.

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

Color convert

RGB 208 0 66 -
CMYK 0 1 0.68 0.18
HSL 340.96º 1% 0.41% -
HSV(B) 340.96º 1% 0.82% -
XYZ 27 13.8 6.4 -
YUV 69.72 125.91 226.63 -
System Red Green Blue C M Y K H S L
Decimal 208 0 66 0 1 0.68 0.18 340.96 1 0.41
Hex D0 0 42 0 64 44 12 155 64 29
Octal 320 0 102 0 144 104 22 525 144 51
Binary 11010000 0 1000010 0 1100100 1000100 10010 101010101 1100100 101001

Color Harmonies of #D00042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00042

Black with #D00042

Text Example


Text Example

White with #D00042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00042; }

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

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

background-color css

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

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

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

border-color css

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

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

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