Html Css Color HEX #D8023D Crimson

📋 copy color: '#D8023D'

red 216 ◦ green 2 ◦ blue 61

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

Shades of Crimson #D8023D

Tints of Crimson #D8023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 77.42%
G = 0.72%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8023D (or 0xD8023D) is known color: Crimson. HEX triplet: D8, 02 and 3D. RGB value is (216,2,61). Sum of RGB (Red+Green+Blue) = 216+2+61=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8023D is #27FDC2. Grayscale: #484848. Windows color (decimal): -2620867 or 3998424. OLE color: 3998424.

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

Color convert

RGB 216 2 61 -
CMYK 0 0.99 0.72 0.15
HSL 343.46º 0.98% 0.43% -
HSV(B) 343.46º 0.99% 0.85% -
XYZ 29.18 14.98 5.77 -
YUV 72.71 121.4 230.2 -
System Red Green Blue C M Y K H S L
Decimal 216 2 61 0 0.99 0.72 0.15 343.46 0.98 0.43
Hex D8 2 3D 0 63 48 F 157 62 2B
Octal 330 2 75 0 143 110 17 527 142 53
Binary 11011000 10 111101 0 1100011 1001000 1111 101010111 1100010 101011

Color Harmonies of #D8023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8023D

Black with #D8023D

Text Example


Text Example

White with #D8023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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