Html Css Color HEX #D00D42 Crimson

📋 copy color: '#D00D42'

red 208 ◦ green 13 ◦ blue 66

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

Shades of Crimson #D00D42

Tints of Crimson #D00D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.53%

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

R = 72.47%
G = 4.53%
B = 23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00D42 (or 0xD00D42) is known color: Crimson. HEX triplet: D0, 0D and 42. RGB value is (208,13,66). Sum of RGB (Red+Green+Blue) = 208+13+66=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D42 is #2FF2BD. Grayscale: #4D4D4D. Windows color (decimal): -3142334 or 4328912. OLE color: 4328912.

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

Color convert

RGB 208 13 66 -
CMYK 0 0.94 0.68 0.18
HSL 343.69º 0.88% 0.43% -
HSV(B) 343.69º 0.94% 0.82% -
XYZ 27.14 14.09 6.44 -
YUV 77.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 208 13 66 0 0.94 0.68 0.18 343.69 0.88 0.43
Hex D0 D 42 0 5E 44 12 158 58 2B
Octal 320 15 102 0 136 104 22 530 130 53
Binary 11010000 1101 1000010 0 1011110 1000100 10010 101011000 1011000 101011

Color Harmonies of #D00D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00D42

Black with #D00D42

Text Example


Text Example

White with #D00D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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