Html Css Color HEX #D60135 Crimson

📋 copy color: '#D60135'

red 214 ◦ green 1 ◦ blue 53

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

Shades of Crimson #D60135

Tints of Crimson #D60135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 79.85%
G = 0.37%
B = 19.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D60135 (or 0xD60135) is known color: Crimson. HEX triplet: D6, 01 and 35. RGB value is (214,1,53). Sum of RGB (Red+Green+Blue) = 214+1+53=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D60135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60135 is #29FECA. Grayscale: #464646. Windows color (decimal): -2752203 or 3473878. OLE color: 3473878.

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

Color convert

RGB 214 1 53 -
CMYK 0 1.00 0.75 0.16
HSL 345.35º 0.99% 0.42% -
HSV(B) 345.35º 1% 0.84% -
XYZ 28.39 14.57 4.69 -
YUV 70.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 214 1 53 0 1.00 0.75 0.16 345.35 0.99 0.42
Hex D6 1 35 0 64 4B 10 159 63 2A
Octal 326 1 65 0 144 113 20 531 143 52
Binary 11010110 1 110101 0 1100100 1001011 10000 101011001 1100011 101010

Color Harmonies of #D60135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60135

Black with #D60135

Text Example


Text Example

White with #D60135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60135; }

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

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

background-color css

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

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

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

border-color css

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

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

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