Html Css Color HEX #D8002B Crimson

📋 copy color: '#D8002B'

red 216 ◦ green 0 ◦ blue 43

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

Shades of Crimson #D8002B

Tints of Crimson #D8002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 83.4%
G = 0%
B = 16.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8002B (or 0xD8002B) is known color: Crimson. HEX triplet: D8, 00 and 2B. RGB value is (216,0,43). Sum of RGB (Red+Green+Blue) = 216+0+43=259 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.40% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 216 - color contains mainly: red. Hex color #D8002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8002B is #27FFD4. Grayscale: #454545. Windows color (decimal): -2621397 or 2818264. OLE color: 2818264.

HSL color Cylindrical-coordinate representation of color #D8002B: hue angle of 348.06º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8002B is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 43 -
CMYK 0 1 0.80 0.15
HSL 348.06º 1% 0.42% -
HSV(B) 348.06º 1% 0.85% -
XYZ 28.75 14.77 3.62 -
YUV 69.49 113.06 232.5 -
System Red Green Blue C M Y K H S L
Decimal 216 0 43 0 1 0.80 0.15 348.06 1 0.42
Hex D8 0 2B 0 64 50 F 15C 64 2A
Octal 330 0 53 0 144 120 17 534 144 52
Binary 11011000 0 101011 0 1100100 1010000 1111 101011100 1100100 101010

Color Harmonies of #D8002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8002B

Black with #D8002B

Text Example


Text Example

White with #D8002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8002B; }

 p { color: rgb(216,0,43); }

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

background-color css

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

 a { background-color: rgb(216,0,43); }

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

border-color css

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

 span { border-color: rgb(216,0,43); }

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