Html Css Color HEX #D6073F Crimson

📋 copy color: '#D6073F'

red 214 ◦ green 7 ◦ blue 63

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

Shades of Crimson #D6073F

Tints of Crimson #D6073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 63 (25% from 255) = 22.18%

R = 75.35%
G = 2.46%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6073F (or 0xD6073F) is known color: Crimson. HEX triplet: D6, 07 and 3F. RGB value is (214,7,63). Sum of RGB (Red+Green+Blue) = 214+7+63=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D6073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6073F is #29F8C0. Grayscale: #4B4B4B. Windows color (decimal): -2750657 or 4130774. OLE color: 4130774.

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

Color convert

RGB 214 7 63 -
CMYK 0 0.97 0.71 0.16
HSL 343.77º 0.94% 0.43% -
HSV(B) 343.77º 0.97% 0.84% -
XYZ 28.7 14.81 6.05 -
YUV 75.28 121.08 226.95 -
System Red Green Blue C M Y K H S L
Decimal 214 7 63 0 0.97 0.71 0.16 343.77 0.94 0.43
Hex D6 7 3F 0 61 47 10 158 5E 2B
Octal 326 7 77 0 141 107 20 530 136 53
Binary 11010110 111 111111 0 1100001 1000111 10000 101011000 1011110 101011

Color Harmonies of #D6073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6073F

Black with #D6073F

Text Example


Text Example

White with #D6073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6073F; }

 p { color: rgb(214,7,63); }

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

background-color css

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

 a { background-color: rgb(214,7,63); }

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

border-color css

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

 span { border-color: rgb(214,7,63); }

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