Html Css Color HEX #D80233 Crimson

📋 copy color: '#D80233'

red 216 ◦ green 2 ◦ blue 51

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

Shades of Crimson #D80233

Tints of Crimson #D80233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.96%

R = 80.3%
G = 0.74%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D80233 (or 0xD80233) is known color: Crimson. HEX triplet: D8, 02 and 33. RGB value is (216,2,51). Sum of RGB (Red+Green+Blue) = 216+2+51=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80233 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80233 is #27FDCC. Grayscale: #474747. Windows color (decimal): -2620877 or 3343064. OLE color: 3343064.

HSL color Cylindrical-coordinate representation of color #D80233: hue angle of 346.26º 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 #D80233 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 51 -
CMYK 0 0.99 0.76 0.15
HSL 346.26º 0.98% 0.43% -
HSV(B) 346.26º 0.99% 0.85% -
XYZ 28.94 14.88 4.48 -
YUV 71.57 116.4 231.02 -
System Red Green Blue C M Y K H S L
Decimal 216 2 51 0 0.99 0.76 0.15 346.26 0.98 0.43
Hex D8 2 33 0 63 4C F 15A 62 2B
Octal 330 2 63 0 143 114 17 532 142 53
Binary 11011000 10 110011 0 1100011 1001100 1111 101011010 1100010 101011

Color Harmonies of #D80233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80233

Black with #D80233

Text Example


Text Example

White with #D80233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80233; }

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

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

background-color css

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

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

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

border-color css

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

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

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