Html Css Color HEX #D6042C Crimson

📋 copy color: '#D6042C'

red 214 ◦ green 4 ◦ blue 44

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

Shades of Crimson #D6042C

Tints of Crimson #D6042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 81.68%
G = 1.53%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6042C (or 0xD6042C) is known color: Crimson. HEX triplet: D6, 04 and 2C. RGB value is (214,4,44). Sum of RGB (Red+Green+Blue) = 214+4+44=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D6042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6042C is #29FBD3. Grayscale: #474747. Windows color (decimal): -2751444 or 2884822. OLE color: 2884822.

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

Color convert

RGB 214 4 44 -
CMYK 0 0.98 0.79 0.16
HSL 348.57º 0.96% 0.43% -
HSV(B) 348.57º 0.98% 0.84% -
XYZ 28.23 14.56 3.71 -
YUV 71.35 112.57 229.75 -
System Red Green Blue C M Y K H S L
Decimal 214 4 44 0 0.98 0.79 0.16 348.57 0.96 0.43
Hex D6 4 2C 0 62 4F 10 15D 60 2B
Octal 326 4 54 0 142 117 20 535 140 53
Binary 11010110 100 101100 0 1100010 1001111 10000 101011101 1100000 101011

Color Harmonies of #D6042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6042C

Black with #D6042C

Text Example


Text Example

White with #D6042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6042C; }

 p { color: rgb(214,4,44); }

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

background-color css

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

 a { background-color: rgb(214,4,44); }

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

border-color css

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

 span { border-color: rgb(214,4,44); }

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