Html Css Color HEX #D8023E Crimson

📋 copy color: '#D8023E'

red 216 ◦ green 2 ◦ blue 62

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

Shades of Crimson #D8023E

Tints of Crimson #D8023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 77.14%
G = 0.71%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8023E (or 0xD8023E) is known color: Crimson. HEX triplet: D8, 02 and 3E. RGB value is (216,2,62). Sum of RGB (Red+Green+Blue) = 216+2+62=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8023E is #27FDC1. Grayscale: #484848. Windows color (decimal): -2620866 or 4063960. OLE color: 4063960.

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

Color convert

RGB 216 2 62 -
CMYK 0 0.99 0.71 0.15
HSL 343.18º 0.98% 0.43% -
HSV(B) 343.18º 0.99% 0.85% -
XYZ 29.21 14.99 5.91 -
YUV 72.83 121.9 230.12 -
System Red Green Blue C M Y K H S L
Decimal 216 2 62 0 0.99 0.71 0.15 343.18 0.98 0.43
Hex D8 2 3E 0 63 47 F 157 62 2B
Octal 330 2 76 0 143 107 17 527 142 53
Binary 11011000 10 111110 0 1100011 1000111 1111 101010111 1100010 101011

Color Harmonies of #D8023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8023E

Black with #D8023E

Text Example


Text Example

White with #D8023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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