Html Css Color HEX #D80235 Crimson

📋 copy color: '#D80235'

red 216 ◦ green 2 ◦ blue 53

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

Shades of Crimson #D80235

Tints of Crimson #D80235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 79.7%
G = 0.74%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80235 (or 0xD80235) is known color: Crimson. HEX triplet: D8, 02 and 35. RGB value is (216,2,53). Sum of RGB (Red+Green+Blue) = 216+2+53=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80235 is #27FDCA. Grayscale: #474747. Windows color (decimal): -2620875 or 3474136. OLE color: 3474136.

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

Color convert

RGB 216 2 53 -
CMYK 0 0.99 0.75 0.15
HSL 345.7º 0.98% 0.43% -
HSV(B) 345.7º 0.99% 0.85% -
XYZ 28.98 14.9 4.72 -
YUV 71.8 117.4 230.85 -
System Red Green Blue C M Y K H S L
Decimal 216 2 53 0 0.99 0.75 0.15 345.7 0.98 0.43
Hex D8 2 35 0 63 4B F 15A 62 2B
Octal 330 2 65 0 143 113 17 532 142 53
Binary 11011000 10 110101 0 1100011 1001011 1111 101011010 1100010 101011

Color Harmonies of #D80235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80235

Black with #D80235

Text Example


Text Example

White with #D80235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80235; }

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

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

background-color css

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

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

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

border-color css

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

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

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