Html Css Color HEX #D6002A Crimson

📋 copy color: '#D6002A'

red 214 ◦ green 0 ◦ blue 42

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

Shades of Crimson #D6002A

Tints of Crimson #D6002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 83.59%
G = 0%
B = 16.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6002A (or 0xD6002A) is known color: Crimson. HEX triplet: D6, 00 and 2A. RGB value is (214,0,42). Sum of RGB (Red+Green+Blue) = 214+0+42=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D6002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6002A is #29FFD5. Grayscale: #444444. Windows color (decimal): -2752470 or 2752726. OLE color: 2752726.

HSL color Cylindrical-coordinate representation of color #D6002A: hue angle of 348.22º 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 #D6002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 42 -
CMYK 0 1 0.80 0.16
HSL 348.22º 1% 0.42% -
HSV(B) 348.22º 1% 0.84% -
XYZ 28.15 14.46 3.5 -
YUV 68.77 112.9 231.58 -
System Red Green Blue C M Y K H S L
Decimal 214 0 42 0 1 0.80 0.16 348.22 1 0.42
Hex D6 0 2A 0 64 50 10 15C 64 2A
Octal 326 0 52 0 144 120 20 534 144 52
Binary 11010110 0 101010 0 1100100 1010000 10000 101011100 1100100 101010

Color Harmonies of #D6002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6002A

Black with #D6002A

Text Example


Text Example

White with #D6002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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