Html Css Color HEX #D00842 Crimson

📋 copy color: '#D00842'

red 208 ◦ green 8 ◦ blue 66

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

Shades of Crimson #D00842

Tints of Crimson #D00842

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

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

R = 73.76%
G = 2.84%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00842 (or 0xD00842) is known color: Crimson. HEX triplet: D0, 08 and 42. RGB value is (208,8,66). Sum of RGB (Red+Green+Blue) = 208+8+66=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D00842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00842 is #2FF7BD. Grayscale: #4A4A4A. Windows color (decimal): -3143614 or 4327632. OLE color: 4327632.

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

Color convert

RGB 208 8 66 -
CMYK 0 0.96 0.68 0.18
HSL 342.6º 0.93% 0.42% -
HSV(B) 342.6º 0.96% 0.82% -
XYZ 27.08 13.98 6.42 -
YUV 74.41 123.26 223.28 -
System Red Green Blue C M Y K H S L
Decimal 208 8 66 0 0.96 0.68 0.18 342.6 0.93 0.42
Hex D0 8 42 0 60 44 12 157 5D 2A
Octal 320 10 102 0 140 104 22 527 135 52
Binary 11010000 1000 1000010 0 1100000 1000100 10010 101010111 1011101 101010

Color Harmonies of #D00842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00842

Black with #D00842

Text Example


Text Example

White with #D00842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00842; }

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

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

background-color css

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

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

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

border-color css

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

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

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