Html Css Color HEX #D60834 Crimson

📋 copy color: '#D60834'

red 214 ◦ green 8 ◦ blue 52

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

Shades of Crimson #D60834

Tints of Crimson #D60834

RGB

 RED value IS 214 (83.98% from 255) = 78.1%

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

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

R = 78.1%
G = 2.92%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D60834 (or 0xD60834) is known color: Crimson. HEX triplet: D6, 08 and 34. RGB value is (214,8,52). Sum of RGB (Red+Green+Blue) = 214+8+52=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D60834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60834 is #29F7CB. Grayscale: #4A4A4A. Windows color (decimal): -2750412 or 3410134. OLE color: 3410134.

HSL color Cylindrical-coordinate representation of color #D60834: hue angle of 347.18º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60834 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 52 -
CMYK 0 0.96 0.76 0.16
HSL 347.18º 0.93% 0.44% -
HSV(B) 347.18º 0.96% 0.84% -
XYZ 28.44 14.72 4.59 -
YUV 74.61 115.25 227.42 -
System Red Green Blue C M Y K H S L
Decimal 214 8 52 0 0.96 0.76 0.16 347.18 0.93 0.44
Hex D6 8 34 0 60 4C 10 15B 5D 2C
Octal 326 10 64 0 140 114 20 533 135 54
Binary 11010110 1000 110100 0 1100000 1001100 10000 101011011 1011101 101100

Color Harmonies of #D60834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60834

Black with #D60834

Text Example


Text Example

White with #D60834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60834; }

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

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

background-color css

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

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

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

border-color css

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

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

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