Html Css Color HEX #D60935 Crimson

📋 copy color: '#D60935'

red 214 ◦ green 9 ◦ blue 53

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

Shades of Crimson #D60935

Tints of Crimson #D60935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.26%

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

R = 77.54%
G = 3.26%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D60935 (or 0xD60935) is known color: Crimson. HEX triplet: D6, 09 and 35. RGB value is (214,9,53). Sum of RGB (Red+Green+Blue) = 214+9+53=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D60935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60935 is #29F6CA. Grayscale: #4B4B4B. Windows color (decimal): -2750155 or 3475926. OLE color: 3475926.

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

Color convert

RGB 214 9 53 -
CMYK 0 0.96 0.75 0.16
HSL 347.12º 0.92% 0.44% -
HSV(B) 347.12º 0.96% 0.84% -
XYZ 28.47 14.75 4.71 -
YUV 75.31 115.42 226.92 -
System Red Green Blue C M Y K H S L
Decimal 214 9 53 0 0.96 0.75 0.16 347.12 0.92 0.44
Hex D6 9 35 0 60 4B 10 15B 5C 2C
Octal 326 11 65 0 140 113 20 533 134 54
Binary 11010110 1001 110101 0 1100000 1001011 10000 101011011 1011100 101100

Color Harmonies of #D60935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60935

Black with #D60935

Text Example


Text Example

White with #D60935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60935; }

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

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

background-color css

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

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

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

border-color css

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

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

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