Html Css Color HEX #D60035 Crimson

📋 copy color: '#D60035'

red 214 ◦ green 0 ◦ blue 53

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

Shades of Crimson #D60035

Tints of Crimson #D60035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 80.15%
G = 0%
B = 19.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D60035 (or 0xD60035) is known color: Crimson. HEX triplet: D6, 00 and 35. RGB value is (214,0,53). Sum of RGB (Red+Green+Blue) = 214+0+53=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D60035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60035 is #29FFCA. Grayscale: #464646. Windows color (decimal): -2752459 or 3473622. OLE color: 3473622.

HSL color Cylindrical-coordinate representation of color #D60035: hue angle of 345.14º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 53 -
CMYK 0 1 0.75 0.16
HSL 345.14º 1% 0.42% -
HSV(B) 345.14º 1% 0.84% -
XYZ 28.37 14.55 4.68 -
YUV 70.03 118.4 230.69 -
System Red Green Blue C M Y K H S L
Decimal 214 0 53 0 1 0.75 0.16 345.14 1 0.42
Hex D6 0 35 0 64 4B 10 159 64 2A
Octal 326 0 65 0 144 113 20 531 144 52
Binary 11010110 0 110101 0 1100100 1001011 10000 101011001 1100100 101010

Color Harmonies of #D60035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60035

Black with #D60035

Text Example


Text Example

White with #D60035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60035; }

 p { color: rgb(214,0,53); }

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

background-color css

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

 a { background-color: rgb(214,0,53); }

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

border-color css

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

 span { border-color: rgb(214,0,53); }

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