Html Css Color HEX #D6032E Crimson

📋 copy color: '#D6032E'

red 214 ◦ green 3 ◦ blue 46

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

Shades of Crimson #D6032E

Tints of Crimson #D6032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 81.37%
G = 1.14%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6032E (or 0xD6032E) is known color: Crimson. HEX triplet: D6, 03 and 2E. RGB value is (214,3,46). Sum of RGB (Red+Green+Blue) = 214+3+46=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D6032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6032E is #29FCD1. Grayscale: #474747. Windows color (decimal): -2751698 or 3015638. OLE color: 3015638.

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

Color convert

RGB 214 3 46 -
CMYK 0 0.99 0.79 0.16
HSL 347.77º 0.97% 0.43% -
HSV(B) 347.77º 0.99% 0.84% -
XYZ 28.26 14.56 3.91 -
YUV 70.99 113.9 230 -
System Red Green Blue C M Y K H S L
Decimal 214 3 46 0 0.99 0.79 0.16 347.77 0.97 0.43
Hex D6 3 2E 0 63 4F 10 15C 61 2B
Octal 326 3 56 0 143 117 20 534 141 53
Binary 11010110 11 101110 0 1100011 1001111 10000 101011100 1100001 101011

Color Harmonies of #D6032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6032E

Black with #D6032E

Text Example


Text Example

White with #D6032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6032E; }

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

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

background-color css

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

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

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

border-color css

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

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

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