Html Css Color HEX #D00831 Crimson

📋 copy color: '#D00831'

red 208 ◦ green 8 ◦ blue 49

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

Shades of Crimson #D00831

Tints of Crimson #D00831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 78.49%
G = 3.02%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D00831 (or 0xD00831) is known color: Crimson. HEX triplet: D0, 08 and 31. RGB value is (208,8,49). Sum of RGB (Red+Green+Blue) = 208+8+49=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D00831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00831 is #2FF7CE. Grayscale: #484848. Windows color (decimal): -3143631 or 3213520. OLE color: 3213520.

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

Color convert

RGB 208 8 49 -
CMYK 0 0.96 0.76 0.18
HSL 347.7º 0.93% 0.42% -
HSV(B) 347.7º 0.96% 0.82% -
XYZ 26.65 13.81 4.17 -
YUV 72.47 114.76 224.67 -
System Red Green Blue C M Y K H S L
Decimal 208 8 49 0 0.96 0.76 0.18 347.7 0.93 0.42
Hex D0 8 31 0 60 4C 12 15C 5D 2A
Octal 320 10 61 0 140 114 22 534 135 52
Binary 11010000 1000 110001 0 1100000 1001100 10010 101011100 1011101 101010

Color Harmonies of #D00831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00831

Black with #D00831

Text Example


Text Example

White with #D00831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00831; }

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

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

background-color css

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

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

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

border-color css

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

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

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