Html Css Color HEX #D8023B Crimson

📋 copy color: '#D8023B'

red 216 ◦ green 2 ◦ blue 59

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

Shades of Crimson #D8023B

Tints of Crimson #D8023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 77.98%
G = 0.72%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8023B (or 0xD8023B) is known color: Crimson. HEX triplet: D8, 02 and 3B. RGB value is (216,2,59). Sum of RGB (Red+Green+Blue) = 216+2+59=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D8023B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8023B is #27FDC4. Grayscale: #484848. Windows color (decimal): -2620869 or 3867352. OLE color: 3867352.

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

Color convert

RGB 216 2 59 -
CMYK 0 0.99 0.73 0.15
HSL 344.02º 0.98% 0.43% -
HSV(B) 344.02º 0.99% 0.85% -
XYZ 29.13 14.96 5.49 -
YUV 72.48 120.4 230.37 -
System Red Green Blue C M Y K H S L
Decimal 216 2 59 0 0.99 0.73 0.15 344.02 0.98 0.43
Hex D8 2 3B 0 63 49 F 158 62 2B
Octal 330 2 73 0 143 111 17 530 142 53
Binary 11011000 10 111011 0 1100011 1001001 1111 101011000 1100010 101011

Color Harmonies of #D8023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8023B

Black with #D8023B

Text Example


Text Example

White with #D8023B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8023B; }

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

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

background-color css

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

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

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

border-color css

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

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

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