Html Css Color HEX #D6023A Crimson

📋 copy color: '#D6023A'

red 214 ◦ green 2 ◦ blue 58

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

Shades of Crimson #D6023A

Tints of Crimson #D6023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.17%

R = 78.1%
G = 0.73%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6023A (or 0xD6023A) is known color: Crimson. HEX triplet: D6, 02 and 3A. RGB value is (214,2,58). Sum of RGB (Red+Green+Blue) = 214+2+58=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6023A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6023A is #29FDC5. Grayscale: #474747. Windows color (decimal): -2751942 or 3801814. OLE color: 3801814.

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

Color convert

RGB 214 2 58 -
CMYK 0 0.99 0.73 0.16
HSL 344.15º 0.98% 0.42% -
HSV(B) 344.15º 0.99% 0.84% -
XYZ 28.52 14.65 5.33 -
YUV 71.77 120.24 229.45 -
System Red Green Blue C M Y K H S L
Decimal 214 2 58 0 0.99 0.73 0.16 344.15 0.98 0.42
Hex D6 2 3A 0 63 49 10 158 62 2A
Octal 326 2 72 0 143 111 20 530 142 52
Binary 11010110 10 111010 0 1100011 1001001 10000 101011000 1100010 101010

Color Harmonies of #D6023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6023A

Black with #D6023A

Text Example


Text Example

White with #D6023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6023A; }

 p { color: rgb(214,2,58); }

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

background-color css

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

 a { background-color: rgb(214,2,58); }

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

border-color css

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

 span { border-color: rgb(214,2,58); }

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