Html Css Color HEX #D6002E Crimson

📋 copy color: '#D6002E'

red 214 ◦ green 0 ◦ blue 46

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

Shades of Crimson #D6002E

Tints of Crimson #D6002E

RGB

 RED value IS 214 (83.98% from 255) = 82.31%

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

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 82.31%
G = 0%
B = 17.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6002E (or 0xD6002E) is known color: Crimson. HEX triplet: D6, 00 and 2E. RGB value is (214,0,46). Sum of RGB (Red+Green+Blue) = 214+0+46=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D6002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6002E is #29FFD1. Grayscale: #454545. Windows color (decimal): -2752466 or 3014870. OLE color: 3014870.

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

Color convert

RGB 214 0 46 -
CMYK 0 1 0.79 0.16
HSL 347.1º 1% 0.42% -
HSV(B) 347.1º 1% 0.84% -
XYZ 28.22 14.49 3.89 -
YUV 69.23 114.9 231.26 -
System Red Green Blue C M Y K H S L
Decimal 214 0 46 0 1 0.79 0.16 347.1 1 0.42
Hex D6 0 2E 0 64 4F 10 15B 64 2A
Octal 326 0 56 0 144 117 20 533 144 52
Binary 11010110 0 101110 0 1100100 1001111 10000 101011011 1100100 101010

Color Harmonies of #D6002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6002E

Black with #D6002E

Text Example


Text Example

White with #D6002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6002E; }

 p { color: rgb(214,0,46); }

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

background-color css

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

 a { background-color: rgb(214,0,46); }

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

border-color css

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

 span { border-color: rgb(214,0,46); }

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