Html Css Color HEX #D80135 Crimson

📋 copy color: '#D80135'

red 216 ◦ green 1 ◦ blue 53

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

Shades of Crimson #D80135

Tints of Crimson #D80135

RGB

 RED value IS 216 (84.77% from 255) = 80%

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

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

R = 80%
G = 0.37%
B = 19.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80135 (or 0xD80135) is known color: Crimson. HEX triplet: D8, 01 and 35. RGB value is (216,1,53). Sum of RGB (Red+Green+Blue) = 216+1+53=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D80135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80135 is #27FECA. Grayscale: #474747. Windows color (decimal): -2621131 or 3473880. OLE color: 3473880.

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

Color convert

RGB 216 1 53 -
CMYK 0 1.00 0.75 0.15
HSL 345.49º 0.99% 0.43% -
HSV(B) 345.49º 1% 0.85% -
XYZ 28.97 14.88 4.71 -
YUV 71.21 117.73 231.27 -
System Red Green Blue C M Y K H S L
Decimal 216 1 53 0 1.00 0.75 0.15 345.49 0.99 0.43
Hex D8 1 35 0 64 4B F 159 63 2B
Octal 330 1 65 0 144 113 17 531 143 53
Binary 11011000 1 110101 0 1100100 1001011 1111 101011001 1100011 101011

Color Harmonies of #D80135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80135

Black with #D80135

Text Example


Text Example

White with #D80135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80135; }

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

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

background-color css

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

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

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

border-color css

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

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

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