Html Css Color HEX #D00832 Crimson

📋 copy color: '#D00832'

red 208 ◦ green 8 ◦ blue 50

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

Shades of Crimson #D00832

Tints of Crimson #D00832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 78.2%
G = 3.01%
B = 18.8%

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

#D00832 (or 0xD00832) is known color: Crimson. HEX triplet: D0, 08 and 32. RGB value is (208,8,50). Sum of RGB (Red+Green+Blue) = 208+8+50=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D00832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00832 is #2FF7CD. Grayscale: #484848. Windows color (decimal): -3143630 or 3279056. OLE color: 3279056.

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

Color convert

RGB 208 8 50 -
CMYK 0 0.96 0.76 0.18
HSL 347.4º 0.93% 0.42% -
HSV(B) 347.4º 0.96% 0.82% -
XYZ 26.67 13.81 4.28 -
YUV 72.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 208 8 50 0 0.96 0.76 0.18 347.4 0.93 0.42
Hex D0 8 32 0 60 4C 12 15B 5D 2A
Octal 320 10 62 0 140 114 22 533 135 52
Binary 11010000 1000 110010 0 1100000 1001100 10010 101011011 1011101 101010

Color Harmonies of #D00832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00832

Black with #D00832

Text Example


Text Example

White with #D00832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00832; }

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

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

background-color css

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

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

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

border-color css

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

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

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