Html Css Color HEX #D6032F Crimson

📋 copy color: '#D6032F'

red 214 ◦ green 3 ◦ blue 47

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

Shades of Crimson #D6032F

Tints of Crimson #D6032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 81.06%
G = 1.14%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6032F (or 0xD6032F) is known color: Crimson. HEX triplet: D6, 03 and 2F. RGB value is (214,3,47). Sum of RGB (Red+Green+Blue) = 214+3+47=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D6032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6032F is #29FCD0. Grayscale: #474747. Windows color (decimal): -2751697 or 3081174. OLE color: 3081174.

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

Color convert

RGB 214 3 47 -
CMYK 0 0.99 0.78 0.16
HSL 347.49º 0.97% 0.43% -
HSV(B) 347.49º 0.99% 0.84% -
XYZ 28.28 14.57 4.01 -
YUV 71.11 114.4 229.92 -
System Red Green Blue C M Y K H S L
Decimal 214 3 47 0 0.99 0.78 0.16 347.49 0.97 0.43
Hex D6 3 2F 0 63 4E 10 15B 61 2B
Octal 326 3 57 0 143 116 20 533 141 53
Binary 11010110 11 101111 0 1100011 1001110 10000 101011011 1100001 101011

Color Harmonies of #D6032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6032F

Black with #D6032F

Text Example


Text Example

White with #D6032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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