Html Css Color HEX #D00834 Crimson

📋 copy color: '#D00834'

red 208 ◦ green 8 ◦ blue 52

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

Shades of Crimson #D00834

Tints of Crimson #D00834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 77.61%
G = 2.99%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00834 (or 0xD00834) is known color: Crimson. HEX triplet: D0, 08 and 34. RGB value is (208,8,52). Sum of RGB (Red+Green+Blue) = 208+8+52=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D00834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00834 is #2FF7CB. Grayscale: #484848. Windows color (decimal): -3143628 or 3410128. OLE color: 3410128.

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

Color convert

RGB 208 8 52 -
CMYK 0 0.96 0.75 0.18
HSL 346.8º 0.93% 0.42% -
HSV(B) 346.8º 0.96% 0.82% -
XYZ 26.72 13.83 4.51 -
YUV 72.82 116.26 224.42 -
System Red Green Blue C M Y K H S L
Decimal 208 8 52 0 0.96 0.75 0.18 346.8 0.93 0.42
Hex D0 8 34 0 60 4B 12 15B 5D 2A
Octal 320 10 64 0 140 113 22 533 135 52
Binary 11010000 1000 110100 0 1100000 1001011 10010 101011011 1011101 101010

Color Harmonies of #D00834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00834

Black with #D00834

Text Example


Text Example

White with #D00834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00834; }

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

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

background-color css

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

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

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

border-color css

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

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

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