Html Css Color HEX #D6073C Crimson

📋 copy color: '#D6073C'

red 214 ◦ green 7 ◦ blue 60

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

Shades of Crimson #D6073C

Tints of Crimson #D6073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 76.16%
G = 2.49%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6073C (or 0xD6073C) is known color: Crimson. HEX triplet: D6, 07 and 3C. RGB value is (214,7,60). Sum of RGB (Red+Green+Blue) = 214+7+60=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6073C is #29F8C3. Grayscale: #4A4A4A. Windows color (decimal): -2750660 or 3934166. OLE color: 3934166.

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

Color convert

RGB 214 7 60 -
CMYK 0 0.97 0.72 0.16
HSL 344.64º 0.94% 0.43% -
HSV(B) 344.64º 0.97% 0.84% -
XYZ 28.62 14.77 5.62 -
YUV 74.94 119.58 227.19 -
System Red Green Blue C M Y K H S L
Decimal 214 7 60 0 0.97 0.72 0.16 344.64 0.94 0.43
Hex D6 7 3C 0 61 48 10 159 5E 2B
Octal 326 7 74 0 141 110 20 531 136 53
Binary 11010110 111 111100 0 1100001 1001000 10000 101011001 1011110 101011

Color Harmonies of #D6073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6073C

Black with #D6073C

Text Example


Text Example

White with #D6073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6073C; }

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

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

background-color css

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

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

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

border-color css

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

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

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