Html Css Color HEX #D60534 Crimson

📋 copy color: '#D60534'

red 214 ◦ green 5 ◦ blue 52

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

Shades of Crimson #D60534

Tints of Crimson #D60534

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 78.97%
G = 1.85%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D60534 (or 0xD60534) is known color: Crimson. HEX triplet: D6, 05 and 34. RGB value is (214,5,52). Sum of RGB (Red+Green+Blue) = 214+5+52=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60534 is #29FACB. Grayscale: #484848. Windows color (decimal): -2751180 or 3409366. OLE color: 3409366.

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

Color convert

RGB 214 5 52 -
CMYK 0 0.98 0.76 0.16
HSL 346.51º 0.95% 0.43% -
HSV(B) 346.51º 0.98% 0.84% -
XYZ 28.41 14.65 4.58 -
YUV 72.85 116.24 228.68 -
System Red Green Blue C M Y K H S L
Decimal 214 5 52 0 0.98 0.76 0.16 346.51 0.95 0.43
Hex D6 5 34 0 62 4C 10 15B 5F 2B
Octal 326 5 64 0 142 114 20 533 137 53
Binary 11010110 101 110100 0 1100010 1001100 10000 101011011 1011111 101011

Color Harmonies of #D60534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60534

Black with #D60534

Text Example


Text Example

White with #D60534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60534; }

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

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

background-color css

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

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

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

border-color css

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

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

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