Html Css Color HEX #D00841 Crimson

📋 copy color: '#D00841'

red 208 ◦ green 8 ◦ blue 65

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

Shades of Crimson #D00841

Tints of Crimson #D00841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 74.02%
G = 2.85%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D00841 (or 0xD00841) is known color: Crimson. HEX triplet: D0, 08 and 41. RGB value is (208,8,65). Sum of RGB (Red+Green+Blue) = 208+8+65=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00841 is #2FF7BE. Grayscale: #4A4A4A. Windows color (decimal): -3143615 or 4262096. OLE color: 4262096.

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

Color convert

RGB 208 8 65 -
CMYK 0 0.96 0.69 0.18
HSL 342.9º 0.93% 0.42% -
HSV(B) 342.9º 0.96% 0.82% -
XYZ 27.05 13.97 6.27 -
YUV 74.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 208 8 65 0 0.96 0.69 0.18 342.9 0.93 0.42
Hex D0 8 41 0 60 45 12 157 5D 2A
Octal 320 10 101 0 140 105 22 527 135 52
Binary 11010000 1000 1000001 0 1100000 1000101 10010 101010111 1011101 101010

Color Harmonies of #D00841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00841

Black with #D00841

Text Example


Text Example

White with #D00841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00841; }

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

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

background-color css

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

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

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

border-color css

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

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

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